#fee2d2
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 210
HSL
22°, 96%, 91%
CMYK
0, 11, 17, 0
Luminance
0.8012
Every format
| HEX | #fee2d2 |
| RGB | rgb(254, 226, 210) |
| HSL | hsl(22, 96%, 91%) |
| CMYK | cmyk(0%, 11%, 17%, 0%) |
| LAB | lab(91.7 7.1 11.3) |
| LCH | lch(91.7 13.4 57.9) |
| OKLCH | oklch(0.931 0.038 51.7) |
Copy-ready code
/* CSS */
color: #fee2d2;
background-color: #fee2d2;
/* Tailwind (arbitrary) */
class="text-[#fee2d2] bg-[#fee2d2]"
/* SCSS */
$brand: #fee2d2;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.824)
/* Android */
Color.parseColor("#fee2d2")Accessibility — WCAG contrast
Aa
#fee2d2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2d2 on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow17.3%
Key (black)0.4%
Color previews
#fee2d2 text on a black background
contrast 17.02:1
Card sample
#fee2d2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2d2;
Background color
Panel with #fee2d2 background
background-color: #fee2d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2d2; background: linear-gradient(135deg, #fee2d2, #FDFED2);