#fef7e6
a pale, electric yellow · warm · closest name: ivory
RGB
254, 247, 230
HSL
43°, 92%, 95%
CMYK
0, 3, 9, 0
Luminance
0.9331
Every format
| HEX | #fef7e6 |
| RGB | rgb(254, 247, 230) |
| HSL | hsl(43, 92%, 95%) |
| CMYK | cmyk(0%, 3%, 9%, 0%) |
| LAB | lab(97.3 -0.5 9.0) |
| LCH | lch(97.3 9.0 93.2) |
| OKLCH | oklch(0.977 0.024 88.2) |
Copy-ready code
/* CSS */
color: #fef7e6;
background-color: #fef7e6;
/* Tailwind (arbitrary) */
class="text-[#fef7e6] bg-[#fef7e6]"
/* SCSS */
$brand: #fef7e6;
/* SwiftUI */
Color(red: 0.996, green: 0.969, blue: 0.902)
/* Android */
Color.parseColor("#fef7e6")Accessibility — WCAG contrast
Aa
#fef7e6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef7e6 on black: 19.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green96.9%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow9.4%
Key (black)0.4%
Color previews
#fef7e6 text on a black background
contrast 19.66:1
Card sample
#fef7e6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef7e6;
Background color
Panel with #fef7e6 background
background-color: #fef7e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef7e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 247, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 247, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef7e6; background: linear-gradient(135deg, #fef7e6, #F5FEE6);