#faebc9
a pale, electric yellow · warm · closest name: beige
RGB
250, 235, 201
HSL
42°, 83%, 88%
CMYK
0, 6, 20, 2
Luminance
0.8396
Every format
| HEX | #faebc9 |
| RGB | rgb(250, 235, 201) |
| HSL | hsl(42, 83%, 88%) |
| CMYK | cmyk(0%, 6%, 20%, 2%) |
| LAB | lab(93.4 -0.3 18.4) |
| LCH | lch(93.4 18.4 90.8) |
| OKLCH | oklch(0.943 0.047 87.0) |
Copy-ready code
/* CSS */
color: #faebc9;
background-color: #faebc9;
/* Tailwind (arbitrary) */
class="text-[#faebc9] bg-[#faebc9]"
/* SCSS */
$brand: #faebc9;
/* SwiftUI */
Color(red: 0.980, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#faebc9")Accessibility — WCAG contrast
Aa
#faebc9 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faebc9 on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green92.2%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow19.6%
Key (black)2.0%
Color previews
#faebc9 text on a black background
contrast 17.79:1
Card sample
#faebc9 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faebc9;
Background color
Panel with #faebc9 background
background-color: #faebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faebc9; background: linear-gradient(135deg, #faebc9, #E8FAC9);