#faeeee
a pale, vivid red · warm · closest name: white
RGB
250, 238, 238
HSL
0°, 55%, 96%
CMYK
0, 5, 5, 2
Luminance
0.8765
Every format
| HEX | #faeeee |
| RGB | rgb(250, 238, 238) |
| HSL | hsl(0, 55%, 96%) |
| CMYK | cmyk(0%, 5%, 5%, 2%) |
| LAB | lab(95.0 4.0 1.4) |
| LCH | lch(95.0 4.3 19.7) |
| OKLCH | oklch(0.959 0.013 17.4) |
Copy-ready code
/* CSS */
color: #faeeee;
background-color: #faeeee;
/* Tailwind (arbitrary) */
class="text-[#faeeee] bg-[#faeeee]"
/* SCSS */
$brand: #faeeee;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.933)
/* Android */
Color.parseColor("#faeeee")Accessibility — WCAG contrast
Aa
#faeeee on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeeee on black: 18.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow4.8%
Key (black)2.0%
Color previews
#faeeee text on a black background
contrast 18.53:1
Card sample
#faeeee text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeeee;
Background color
Panel with #faeeee background
background-color: #faeeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeeee; background: linear-gradient(135deg, #faeeee, #FAF6EE);