#faeedc
a pale, electric orange · warm · closest name: beige
RGB
250, 238, 220
HSL
36°, 75%, 92%
CMYK
0, 5, 12, 2
Luminance
0.8664
Every format
| HEX | #faeedc |
| RGB | rgb(250, 238, 220) |
| HSL | hsl(36, 75%, 92%) |
| CMYK | cmyk(0%, 5%, 12%, 2%) |
| LAB | lab(94.6 1.1 10.2) |
| LCH | lch(94.6 10.2 83.9) |
| OKLCH | oklch(0.954 0.027 78.2) |
Copy-ready code
/* CSS */
color: #faeedc;
background-color: #faeedc;
/* Tailwind (arbitrary) */
class="text-[#faeedc] bg-[#faeedc]"
/* SCSS */
$brand: #faeedc;
/* SwiftUI */
Color(red: 0.980, green: 0.933, blue: 0.863)
/* Android */
Color.parseColor("#faeedc")Accessibility — WCAG contrast
Aa
#faeedc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeedc on black: 18.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green93.3%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow12.0%
Key (black)2.0%
Color previews
#faeedc text on a black background
contrast 18.33:1
Card sample
#faeedc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeedc;
Background color
Panel with #faeedc background
background-color: #faeedc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeedc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 238, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 238, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeedc; background: linear-gradient(135deg, #faeedc, #F2FADC);