#faeccd
a pale, electric yellow · warm · closest name: beige
RGB
250, 236, 205
HSL
41°, 82%, 89%
CMYK
0, 6, 18, 2
Luminance
0.8472
Every format
| HEX | #faeccd |
| RGB | rgb(250, 236, 205) |
| HSL | hsl(41, 82%, 89%) |
| CMYK | cmyk(0%, 6%, 18%, 2%) |
| LAB | lab(93.8 -0.2 16.8) |
| LCH | lch(93.8 16.8 90.6) |
| OKLCH | oklch(0.946 0.043 86.6) |
Copy-ready code
/* CSS */
color: #faeccd;
background-color: #faeccd;
/* Tailwind (arbitrary) */
class="text-[#faeccd] bg-[#faeccd]"
/* SCSS */
$brand: #faeccd;
/* SwiftUI */
Color(red: 0.980, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#faeccd")Accessibility — WCAG contrast
Aa
#faeccd on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faeccd on black: 17.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta5.6%
Yellow18.0%
Key (black)2.0%
Color previews
#faeccd text on a black background
contrast 17.94:1
Card sample
#faeccd text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faeccd;
Background color
Panel with #faeccd background
background-color: #faeccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faeccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faeccd; background: linear-gradient(135deg, #faeccd, #EAFACD);