#faf4e8
a pale, vivid yellow · warm · closest name: ivory
RGB
250, 244, 232
HSL
40°, 64%, 95%
CMYK
0, 2, 7, 2
Luminance
0.9085
Every format
| HEX | #faf4e8 |
| RGB | rgb(250, 244, 232) |
| HSL | hsl(40, 64%, 95%) |
| CMYK | cmyk(0%, 2%, 7%, 2%) |
| LAB | lab(96.3 -0.0 6.5) |
| LCH | lch(96.3 6.5 90.3) |
| OKLCH | oklch(0.969 0.017 84.6) |
Copy-ready code
/* CSS */
color: #faf4e8;
background-color: #faf4e8;
/* Tailwind (arbitrary) */
class="text-[#faf4e8] bg-[#faf4e8]"
/* SCSS */
$brand: #faf4e8;
/* SwiftUI */
Color(red: 0.980, green: 0.957, blue: 0.910)
/* Android */
Color.parseColor("#faf4e8")Accessibility — WCAG contrast
Aa
#faf4e8 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf4e8 on black: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green95.7%
Blue91.0%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow7.2%
Key (black)2.0%
Color previews
#faf4e8 text on a black background
contrast 19.17:1
Card sample
#faf4e8 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf4e8;
Background color
Panel with #faf4e8 background
background-color: #faf4e8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf4e8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 244, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 244, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf4e8; background: linear-gradient(135deg, #faf4e8, #F4FAE8);