#fff8ec
a pale, electric orange · warm · closest name: ivory
RGB
255, 248, 236
HSL
38°, 100%, 96%
CMYK
0, 3, 8, 0
Luminance
0.9445
Every format
| HEX | #fff8ec |
| RGB | rgb(255, 248, 236) |
| HSL | hsl(38, 100%, 96%) |
| CMYK | cmyk(0%, 3%, 8%, 0%) |
| LAB | lab(97.8 0.3 6.6) |
| LCH | lch(97.8 6.6 87.3) |
| OKLCH | oklch(0.981 0.018 81.3) |
Copy-ready code
/* CSS */
color: #fff8ec;
background-color: #fff8ec;
/* Tailwind (arbitrary) */
class="text-[#fff8ec] bg-[#fff8ec]"
/* SCSS */
$brand: #fff8ec;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.925)
/* Android */
Color.parseColor("#fff8ec")Accessibility — WCAG contrast
Aa
#fff8ec on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8ec on black: 19.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow7.5%
Key (black)0.0%
Color previews
#fff8ec text on a black background
contrast 19.89:1
Card sample
#fff8ec text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8ec;
Background color
Panel with #fff8ec background
background-color: #fff8ec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8ec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8ec; background: linear-gradient(135deg, #fff8ec, #F9FFEC);