#f8c8dc
Azalea
Closest match (99% match)
Color formats
RGB
rgb(248, 200, 220)
Red, Green, Blue components
HSL
hsl(335, 1, 1, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 19, 11, 3)
Print color encoding
Luminance
0.664
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#f8c8dc
#c8f8e4
Analogous (Adjacent)
#f8c8f4
#f8c8dc
#f8ccc8
Triadic
#f8c8dc
#dcf8c8
#c8dcf8
Split complementary
#f8c8dc
#c8f8cc
#c8f4f8
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
dbacc0
f8c8dc
562f41
000000
Marketing and vibrant
f8c8dc
ffaae9
c8f8e4
aeffb8
101827
Harmonious and natural
f4c8f8
f8c8ec
f8c8dc
f8c8cc
f8d4c8
Pop Art and trendy
f8c8dc
ffffe1
9fffdb
afafde
ffffff
Complete conversion table
HEX
#F8C8DC
RGB
rgb(248,200,220)
RGBA
rgba(248,200,220, 1)
HSL
hsl(335,77.42%,87.84%)
OKLCH (Modern CSS)
oklch(0.88 0.06 351.5)
CSS Variable
--color: #f8c8dc;
CMYK
C: 0% M: 19% Y: 11% K: 3%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFFF8C8DC
Swift UIColor
UIColor(red: 0.97, green: 0.78, blue: 0.86, alpha: 1.0)
Decimal (int)
16304348
JSON
{ "color": "#F8C8DC" }
CIE LAB
L: 85.2 a: 20.1 b: -3.5
CIE LCH
L: 85.2 C: 20.4 H: 350.3
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Minimalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
Helvetica
400 Regular
-apple-system
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Calm
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Spectral'
400 Regular
'IBM Plex Sans'
Elegant
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Playfair Display'
400 Regular
'Lato'
Accessibility
Contrast and readability (WCAG)
On white background
1.47
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
14.29
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"Pure adrenaline. It triggers an immediate physiological response, increasing heart rate and driving action. The visual embodiment of passion and urgency."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#F8C8DC
Result
#F8C8DC
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#F8C8DC
0%+
Mix color
#808080
100%Result
#BBA3AD
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
80%
16%
4%
RYB PIGMENTS
Titanium white
Pigment
80%
Cadmium red
Pigment
16%
Ultramarine blue
Pigment
4%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
19%
MAGENTA
11%
P
3%
KEY
CMYK INKS
Magenta
Ink
19%
Yellow
Ink
11%
Black (Key)
Ink
3%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
710 nm
423 THz • 1.75 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
66.4%
Világos / Light
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
pink-200
#fbcfe8
ΔE: 2.5
Google Material
Original
Standard
Pink 100
#F8BBD0
ΔE: 3.7
CSS Color Name
Original
Standard
Pink
#FFC0CB
ΔE: 5.0
Apple System (iOS)
Original
Standard
System Gray 4
#D1D1D6
ΔE: 16.8
Pantone (PMS)
Original
Standard
PMS 13-2806 pink-lady
#EFC1D6
ΔE: 1.9
RAL Classic
Original
Standard
RAL 3015 Light pink
#D8A0A6
ΔE: 11.4
Copic Marker
Original
Standard
Smoky Purple
#eec3d2
ΔE: 2.4
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #f8c8dc;
--rgb-primary: 248, 200, 220;
}SCSS variable
1
2
3
4
5
$color-primary: #f8c8dc;
$rgb-primary: (248, 200, 220);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#f8c8dc',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#f8c8dc',
},
text: {
color: '#f8c8dc',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.9725490196078431,
green: 0.7843137254901961,
blue: 0.8627450980392157
)Full JSON data
1
2
3
4
5
{
"name": "Azalea",
"hex": "#f8c8dc",
"rgb": {
"r": 248,
"g": 200,
"b": 220
},
"hsl": {
"h": 335,
"s": 77,
"l": 88
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes