#fff3e5
a pale, electric orange · warm · closest name: ivory
RGB
255, 243, 229
HSL
32°, 100%, 95%
CMYK
0, 5, 10, 0
Luminance
0.9102
Every format
| HEX | #fff3e5 |
| RGB | rgb(255, 243, 229) |
| HSL | hsl(32, 100%, 95%) |
| CMYK | cmyk(0%, 5%, 10%, 0%) |
| LAB | lab(96.4 1.7 8.2) |
| LCH | lch(96.4 8.4 78.2) |
| OKLCH | oklch(0.970 0.023 71.8) |
Copy-ready code
/* CSS */
color: #fff3e5;
background-color: #fff3e5;
/* Tailwind (arbitrary) */
class="text-[#fff3e5] bg-[#fff3e5]"
/* SCSS */
$brand: #fff3e5;
/* SwiftUI */
Color(red: 1.000, green: 0.953, blue: 0.898)
/* Android */
Color.parseColor("#fff3e5")Accessibility — WCAG contrast
Aa
#fff3e5 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff3e5 on black: 19.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.3%
Blue89.8%
CMYK percentages
Cyan0.0%
Magenta4.7%
Yellow10.2%
Key (black)0.0%
Color previews
#fff3e5 text on a black background
contrast 19.20:1
Card sample
#fff3e5 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff3e5;
Background color
Panel with #fff3e5 background
background-color: #fff3e5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff3e5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 243, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 243, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff3e5; background: linear-gradient(135deg, #fff3e5, #FAFFE5);