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