#fee2c7
a pale, electric orange · warm · closest name: beige
RGB
254, 226, 199
HSL
30°, 97%, 89%
CMYK
0, 11, 22, 0
Luminance
0.7959
Every format
| HEX | #fee2c7 |
| RGB | rgb(254, 226, 199) |
| HSL | hsl(30, 97%, 89%) |
| CMYK | cmyk(0%, 11%, 22%, 0%) |
| LAB | lab(91.5 5.5 16.7) |
| LCH | lch(91.5 17.6 71.8) |
| OKLCH | oklch(0.929 0.047 66.2) |
Copy-ready code
/* CSS */
color: #fee2c7;
background-color: #fee2c7;
/* Tailwind (arbitrary) */
class="text-[#fee2c7] bg-[#fee2c7]"
/* SCSS */
$brand: #fee2c7;
/* SwiftUI */
Color(red: 0.996, green: 0.886, blue: 0.780)
/* Android */
Color.parseColor("#fee2c7")Accessibility — WCAG contrast
Aa
#fee2c7 on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee2c7 on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green88.6%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow21.7%
Key (black)0.4%
Color previews
#fee2c7 text on a black background
contrast 16.92:1
Card sample
#fee2c7 text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee2c7;
Background color
Panel with #fee2c7 background
background-color: #fee2c7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee2c7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 226, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 226, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee2c7; background: linear-gradient(135deg, #fee2c7, #F5FEC7);