#fef9eb
a pale, electric yellow · warm · closest name: ivory
RGB
254, 249, 235
HSL
44°, 91%, 96%
CMYK
0, 2, 8, 0
Luminance
0.9482
Every format
| HEX | #fef9eb |
| RGB | rgb(254, 249, 235) |
| HSL | hsl(44, 91%, 96%) |
| CMYK | cmyk(0%, 2%, 8%, 0%) |
| LAB | lab(98.0 -0.7 7.3) |
| LCH | lch(98.0 7.3 95.5) |
| OKLCH | oklch(0.982 0.019 90.5) |
Copy-ready code
/* CSS */
color: #fef9eb;
background-color: #fef9eb;
/* Tailwind (arbitrary) */
class="text-[#fef9eb] bg-[#fef9eb]"
/* SCSS */
$brand: #fef9eb;
/* SwiftUI */
Color(red: 0.996, green: 0.976, blue: 0.922)
/* Android */
Color.parseColor("#fef9eb")Accessibility — WCAG contrast
Aa
#fef9eb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fef9eb on black: 19.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green97.6%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow7.5%
Key (black)0.4%
Color previews
#fef9eb text on a black background
contrast 19.96:1
Card sample
#fef9eb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fef9eb;
Background color
Panel with #fef9eb background
background-color: #fef9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fef9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 249, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 249, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fef9eb; background: linear-gradient(135deg, #fef9eb, #F6FEEB);