#fff5e4
a pale, electric orange · warm · closest name: ivory
RGB
255, 245, 228
HSL
38°, 100%, 95%
CMYK
0, 4, 11, 0
Luminance
0.9217
Every format
| HEX | #fff5e4 |
| RGB | rgb(255, 245, 228) |
| HSL | hsl(38, 100%, 95%) |
| CMYK | cmyk(0%, 4%, 11%, 0%) |
| LAB | lab(96.9 0.5 9.4) |
| LCH | lch(96.9 9.4 86.7) |
| OKLCH | oklch(0.973 0.025 81.1) |
Copy-ready code
/* CSS */
color: #fff5e4;
background-color: #fff5e4;
/* Tailwind (arbitrary) */
class="text-[#fff5e4] bg-[#fff5e4]"
/* SCSS */
$brand: #fff5e4;
/* SwiftUI */
Color(red: 1.000, green: 0.961, blue: 0.894)
/* Android */
Color.parseColor("#fff5e4")Accessibility — WCAG contrast
Aa
#fff5e4 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff5e4 on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.1%
Blue89.4%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow10.6%
Key (black)0.0%
Color previews
#fff5e4 text on a black background
contrast 19.43:1
Card sample
#fff5e4 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff5e4;
Background color
Panel with #fff5e4 background
background-color: #fff5e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff5e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 245, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 245, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff5e4; background: linear-gradient(135deg, #fff5e4, #F7FFE4);