#faf6eb
a pale, vivid yellow · warm · closest name: ivory
RGB
250, 246, 235
HSL
44°, 60%, 95%
CMYK
0, 2, 6, 2
Luminance
0.9223
Every format
| HEX | #faf6eb |
| RGB | rgb(250, 246, 235) |
| HSL | hsl(44, 60%, 95%) |
| CMYK | cmyk(0%, 2%, 6%, 2%) |
| LAB | lab(96.9 -0.5 5.8) |
| LCH | lch(96.9 5.8 95.4) |
| OKLCH | oklch(0.973 0.015 90.2) |
Copy-ready code
/* CSS */
color: #faf6eb;
background-color: #faf6eb;
/* Tailwind (arbitrary) */
class="text-[#faf6eb] bg-[#faf6eb]"
/* SCSS */
$brand: #faf6eb;
/* SwiftUI */
Color(red: 0.980, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#faf6eb")Accessibility — WCAG contrast
Aa
#faf6eb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faf6eb on black: 19.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green96.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta1.6%
Yellow6.0%
Key (black)2.0%
Color previews
#faf6eb text on a black background
contrast 19.45:1
Card sample
#faf6eb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faf6eb;
Background color
Panel with #faf6eb background
background-color: #faf6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faf6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faf6eb; background: linear-gradient(135deg, #faf6eb, #F4FAEB);