#fee2ba
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 186
HSL
35°, 97%, 86%
CMYK
0, 11, 27, 0
Luminance
0.7901
Every format
| HEX | #fee2ba |
| RGB | rgb(254, 226, 186) |
| HSL | hsl(35, 97%, 86%) |
| CMYK | cmyk(0%, 11%, 27%, 0%) |
| LAB | lab(91.2 3.7 23.1) |
| LCH | lch(91.2 23.4 80.8) |
| OKLCH | oklch(0.926 0.060 76.6) |
Copy-ready code
/* CSS */
color: #fee2ba;
background-color: #fee2ba;
/* Tailwind (arbitrary) */
class="text-[#fee2ba] bg-[#fee2ba]"
/* SCSS */
$brand: #fee2ba;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#fee2ba")Accessibility — WCAG contrast
Aa
#fee2ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2ba on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow26.8%
Key (black)0.4%
Color previews
#fee2ba text on a black background
contrast 16.80:1
Card sample
#fee2ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2ba;
Background color
Panel with #fee2ba background
background-color: #fee2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2ba; background: linear-gradient(135deg, #fee2ba, #EDFEBA);