#fadfe2
a pale, vivid red · warm · closest name: lavender
RGB
250, 223, 226
HSL
353°, 73%, 93%
CMYK
0, 11, 10, 2
Luminance
0.7859
Every format
| HEX | #fadfe2 |
| RGB | rgb(250, 223, 226) |
| HSL | hsl(353, 73%, 93%) |
| CMYK | cmyk(0%, 11%, 10%, 2%) |
| LAB | lab(91.0 9.8 1.9) |
| LCH | lch(91.0 9.9 11.2) |
| OKLCH | oklch(0.926 0.030 10.1) |
Copy-ready code
/* CSS */
color: #fadfe2;
background-color: #fadfe2;
/* Tailwind (arbitrary) */
class="text-[#fadfe2] bg-[#fadfe2]"
/* SCSS */
$brand: #fadfe2;
/* SwiftUI */
Color(red: 0.980, green: 0.875, blue: 0.886)
/* Android */
Color.parseColor("#fadfe2")Accessibility — WCAG contrast
Aa
#fadfe2 on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadfe2 on black: 16.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green87.5%
Blue88.6%
CMYK percentages
Cyan0.0%
Magenta10.8%
Yellow9.6%
Key (black)2.0%
Color previews
#fadfe2 text on a black background
contrast 16.72:1
Card sample
#fadfe2 text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadfe2;
Background color
Panel with #fadfe2 background
background-color: #fadfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 223, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 223, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadfe2; background: linear-gradient(135deg, #fadfe2, #FAEEDF);