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