#ffe4cf
a pale, electric orange · warm · closest name: beige
RGB
255, 228, 207
HSL
26°, 100%, 91%
CMYK
0, 11, 19, 0
Luminance
0.8125
Every format
| HEX | #ffe4cf |
| RGB | rgb(255, 228, 207) |
| HSL | hsl(26, 100%, 91%) |
| CMYK | cmyk(0%, 11%, 19%, 0%) |
| LAB | lab(92.2 6.0 13.6) |
| LCH | lch(92.2 14.9 66.2) |
| OKLCH | oklch(0.935 0.041 60.2) |
Copy-ready code
/* CSS */
color: #ffe4cf;
background-color: #ffe4cf;
/* Tailwind (arbitrary) */
class="text-[#ffe4cf] bg-[#ffe4cf]"
/* SCSS */
$brand: #ffe4cf;
/* SwiftUI */
Color(red: 1.000, green: 0.894, blue: 0.812)
/* Android */
Color.parseColor("#ffe4cf")Accessibility — WCAG contrast
Aa
#ffe4cf on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe4cf on black: 17.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow18.8%
Key (black)0.0%
Color previews
#ffe4cf text on a black background
contrast 17.25:1
Card sample
#ffe4cf text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe4cf;
Background color
Panel with #ffe4cf background
background-color: #ffe4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 228, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 228, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe4cf; background: linear-gradient(135deg, #ffe4cf, #FAFFCF);