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