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