#faeeeb
a pale, vivid red · warm · closest name: white
RGB
250, 238, 235
HSL
12°, 60%, 95%
CMYK
0, 5, 6, 2
Luminance
0.8747
Every format
| HEX | #faeeeb |
| RGB | rgb(250, 238, 235) |
| HSL | hsl(12, 60%, 95%) |
| CMYK | cmyk(0%, 5%, 6%, 2%) |
| LAB | lab(94.9 3.5 2.9) |
| LCH | lch(94.9 4.6 39.3) |
| OKLCH | oklch(0.958 0.014 34.3) |
Copy-ready code
/* CSS */
color: #faeeeb;
background-color: #faeeeb;
/* Tailwind (arbitrary) */
class="text-[#faeeeb] bg-[#faeeeb]"
/* SCSS */
$brand: #faeeeb;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.922)
/* Android */
Color.parseColor("#faeeeb")Accessibility — WCAG contrast
Aa
#faeeeb on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeeeb on black: 18.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow6.0%
Key (black)2.0%
Color previews
#faeeeb text on a black background
contrast 18.49:1
Card sample
#faeeeb text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeeeb;
Background color
Panel with #faeeeb background
background-color: #faeeeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeeeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeeeb; background: linear-gradient(135deg, #faeeeb, #FAF8EB);