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