#faf7ee
a pale, vivid yellow · cool · closest name: ivory
RGB
250, 247, 238
HSL
45°, 55%, 96%
CMYK
0, 1, 5, 2
Luminance
0.9302
Every format
| HEX | #faf7ee |
| RGB | rgb(250, 247, 238) |
| HSL | hsl(45, 55%, 96%) |
| CMYK | cmyk(0%, 1%, 5%, 2%) |
| LAB | lab(97.2 -0.6 4.7) |
| LCH | lch(97.2 4.7 96.7) |
| OKLCH | oklch(0.976 0.012 91.5) |
Copy-ready code
/* CSS */
color: #faf7ee;
background-color: #faf7ee;
/* Tailwind (arbitrary) */
class="text-[#faf7ee] bg-[#faf7ee]"
/* SCSS */
$brand: #faf7ee;
/* SwiftUI */
Color(red: 0.980, green: 0.969, blue: 0.933)
/* Android */
Color.parseColor("#faf7ee")Accessibility — WCAG contrast
Aa
#faf7ee on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf7ee on black: 19.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.9%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta1.2%
Yellow4.8%
Key (black)2.0%
Color previews
#faf7ee text on a black background
contrast 19.60:1
Card sample
#faf7ee text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf7ee;
Background color
Panel with #faf7ee background
background-color: #faf7ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf7ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 247, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 247, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf7ee; background: linear-gradient(135deg, #faf7ee, #F5FAEE);