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