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