#fee3cf
a pale, electric orange · warm · closest name: beige
RGB
254, 227, 207
HSL
26°, 96%, 90%
CMYK
0, 11, 19, 0
Luminance
0.8051
Every format
| HEX | #fee3cf |
| RGB | rgb(254, 227, 207) |
| HSL | hsl(26, 96%, 90%) |
| CMYK | cmyk(0%, 11%, 19%, 0%) |
| LAB | lab(91.9 6.2 13.2) |
| LCH | lch(91.9 14.5 64.9) |
| OKLCH | oklch(0.933 0.040 58.8) |
Copy-ready code
/* CSS */
color: #fee3cf;
background-color: #fee3cf;
/* Tailwind (arbitrary) */
class="text-[#fee3cf] bg-[#fee3cf]"
/* SCSS */
$brand: #fee3cf;
/* SwiftUI */
Color(red: 0.996, green: 0.890, blue: 0.812)
/* Android */
Color.parseColor("#fee3cf")Accessibility — WCAG contrast
Aa
#fee3cf on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee3cf on black: 17.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green89.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow18.5%
Key (black)0.4%
Color previews
#fee3cf text on a black background
contrast 17.10:1
Card sample
#fee3cf text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee3cf;
Background color
Panel with #fee3cf background
background-color: #fee3cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee3cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 227, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 227, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee3cf; background: linear-gradient(135deg, #fee3cf, #FAFECF);