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