#fff9ee
a pale, electric orange · warm · closest name: ivory
RGB
255, 249, 238
HSL
39°, 100%, 97%
CMYK
0, 2, 7, 0
Luminance
0.9518
Every format
| HEX | #fff9ee |
| RGB | rgb(255, 249, 238) |
| HSL | hsl(39, 100%, 97%) |
| CMYK | cmyk(0%, 2%, 7%, 0%) |
| LAB | lab(98.1 0.1 6.0) |
| LCH | lch(98.1 6.0 88.7) |
| OKLCH | oklch(0.984 0.016 82.8) |
Copy-ready code
/* CSS */
color: #fff9ee;
background-color: #fff9ee;
/* Tailwind (arbitrary) */
class="text-[#fff9ee] bg-[#fff9ee]"
/* SCSS */
$brand: #fff9ee;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.933)
/* Android */
Color.parseColor("#fff9ee")Accessibility — WCAG contrast
Aa
#fff9ee on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff9ee on black: 20.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow6.7%
Key (black)0.0%
Color previews
#fff9ee text on a black background
contrast 20.04:1
Card sample
#fff9ee text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff9ee;
Background color
Panel with #fff9ee background
background-color: #fff9ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff9ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff9ee; background: linear-gradient(135deg, #fff9ee, #FAFFEE);