#fee2cb
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 203
HSL
27°, 96%, 90%
CMYK
0, 11, 20, 0
Luminance
0.7978
Every format
| HEX | #fee2cb |
| RGB | rgb(254, 226, 203) |
| HSL | hsl(27, 96%, 90%) |
| CMYK | cmyk(0%, 11%, 20%, 0%) |
| LAB | lab(91.6 6.1 14.8) |
| LCH | lch(91.6 16.0 67.6) |
| OKLCH | oklch(0.930 0.043 61.7) |
Copy-ready code
/* CSS */
color: #fee2cb;
background-color: #fee2cb;
/* Tailwind (arbitrary) */
class="text-[#fee2cb] bg-[#fee2cb]"
/* SCSS */
$brand: #fee2cb;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.796)
/* Android */
Color.parseColor("#fee2cb")Accessibility — WCAG contrast
Aa
#fee2cb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2cb on black: 16.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow20.1%
Key (black)0.4%
Color previews
#fee2cb text on a black background
contrast 16.96:1
Card sample
#fee2cb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2cb;
Background color
Panel with #fee2cb background
background-color: #fee2cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2cb; background: linear-gradient(135deg, #fee2cb, #F8FECB);