#fff1e5
a pale, electric orange · warm · closest name: ivory
RGB
255, 241, 229
HSL
28°, 100%, 95%
CMYK
0, 6, 10, 0
Luminance
0.8983
Every format
| HEX | #fff1e5 |
| RGB | rgb(255, 241, 229) |
| HSL | hsl(28, 100%, 95%) |
| CMYK | cmyk(0%, 6%, 10%, 0%) |
| LAB | lab(95.9 2.7 7.5) |
| LCH | lch(95.9 8.0 69.9) |
| OKLCH | oklch(0.966 0.022 63.2) |
Copy-ready code
/* CSS */
color: #fff1e5;
background-color: #fff1e5;
/* Tailwind (arbitrary) */
class="text-[#fff1e5] bg-[#fff1e5]"
/* SCSS */
$brand: #fff1e5;
/* SwiftUI */
Color(red: 1.000, green: 0.945, blue: 0.898)
/* Android */
Color.parseColor("#fff1e5")Accessibility — WCAG contrast
Aa
#fff1e5 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff1e5 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.5%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow10.2%
Key (black)0.0%
Color previews
#fff1e5 text on a black background
contrast 18.97:1
Card sample
#fff1e5 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff1e5;
Background color
Panel with #fff1e5 background
background-color: #fff1e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff1e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 241, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 241, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff1e5; background: linear-gradient(135deg, #fff1e5, #FCFFE5);