#fff8e4
a pale, electric yellow · warm · closest name: beige
RGB
255, 248, 228
HSL
44°, 100%, 95%
CMYK
0, 3, 11, 0
Luminance
0.9400
Every format
| HEX | #fff8e4 |
| RGB | rgb(255, 248, 228) |
| HSL | hsl(44, 100%, 95%) |
| CMYK | cmyk(0%, 3%, 11%, 0%) |
| LAB | lab(97.6 -1.0 10.4) |
| LCH | lch(97.6 10.5 95.3) |
| OKLCH | oklch(0.979 0.027 90.9) |
Copy-ready code
/* CSS */
color: #fff8e4;
background-color: #fff8e4;
/* Tailwind (arbitrary) */
class="text-[#fff8e4] bg-[#fff8e4]"
/* SCSS */
$brand: #fff8e4;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.894)
/* Android */
Color.parseColor("#fff8e4")Accessibility — WCAG contrast
Aa
#fff8e4 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8e4 on black: 19.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow10.6%
Key (black)0.0%
Color previews
#fff8e4 text on a black background
contrast 19.80:1
Card sample
#fff8e4 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8e4;
Background color
Panel with #fff8e4 background
background-color: #fff8e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8e4; background: linear-gradient(135deg, #fff8e4, #F4FFE4);