#ffe1cf
a pale, electric orange · warm · closest name: beige
RGB
255, 225, 207
HSL
23°, 100%, 91%
CMYK
0, 12, 19, 0
Luminance
0.7962
Every format
| HEX | #ffe1cf |
| RGB | rgb(255, 225, 207) |
| HSL | hsl(23, 100%, 91%) |
| CMYK | cmyk(0%, 12%, 19%, 0%) |
| LAB | lab(91.5 7.5 12.6) |
| LCH | lch(91.5 14.7 59.1) |
| OKLCH | oklch(0.930 0.041 53.0) |
Copy-ready code
/* CSS */
color: #ffe1cf;
background-color: #ffe1cf;
/* Tailwind (arbitrary) */
class="text-[#ffe1cf] bg-[#ffe1cf]"
/* SCSS */
$brand: #ffe1cf;
/* SwiftUI */
Color(red: 1.000, green: 0.882, blue: 0.812)
/* Android */
Color.parseColor("#ffe1cf")Accessibility — WCAG contrast
Aa
#ffe1cf on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe1cf on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta11.8%
Yellow18.8%
Key (black)0.0%
Color previews
#ffe1cf text on a black background
contrast 16.92:1
Card sample
#ffe1cf text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe1cf;
Background color
Panel with #ffe1cf background
background-color: #ffe1cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe1cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 225, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 225, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe1cf; background: linear-gradient(135deg, #ffe1cf, #FDFFCF);