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