#faf8eb
a pale, vivid yellow · cool · closest name: ivory
RGB
250, 248, 235
HSL
52°, 60%, 95%
CMYK
0, 1, 6, 2
Luminance
0.9346
Every format
| HEX | #faf8eb |
| RGB | rgb(250, 248, 235) |
| HSL | hsl(52, 60%, 95%) |
| CMYK | cmyk(0%, 1%, 6%, 2%) |
| LAB | lab(97.4 -1.6 6.5) |
| LCH | lch(97.4 6.7 103.5) |
| OKLCH | oklch(0.977 0.017 99.6) |
Copy-ready code
/* CSS */
color: #faf8eb;
background-color: #faf8eb;
/* Tailwind (arbitrary) */
class="text-[#faf8eb] bg-[#faf8eb]"
/* SCSS */
$brand: #faf8eb;
/* SwiftUI */
Color(red: 0.980, green: 0.973, blue: 0.922)
/* Android */
Color.parseColor("#faf8eb")Accessibility — WCAG contrast
Aa
#faf8eb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf8eb on black: 19.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green97.3%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow6.0%
Key (black)2.0%
Color previews
#faf8eb text on a black background
contrast 19.69:1
Card sample
#faf8eb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf8eb;
Background color
Panel with #faf8eb background
background-color: #faf8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 248, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 248, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf8eb; background: linear-gradient(135deg, #faf8eb, #F2FAEB);