#feecce
a pale, electric orange · warm · closest name: beige
RGB
254, 236, 206
HSL
38°, 96%, 90%
CMYK
0, 7, 19, 0
Luminance
0.8552
Every format
| HEX | #feecce |
| RGB | rgb(254, 236, 206) |
| HSL | hsl(38, 96%, 90%) |
| CMYK | cmyk(0%, 7%, 19%, 0%) |
| LAB | lab(94.1 1.4 16.8) |
| LCH | lch(94.1 16.8 85.2) |
| OKLCH | oklch(0.950 0.044 80.6) |
Copy-ready code
/* CSS */
color: #feecce;
background-color: #feecce;
/* Tailwind (arbitrary) */
class="text-[#feecce] bg-[#feecce]"
/* SCSS */
$brand: #feecce;
/* SwiftUI */
Color(red: 0.996, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#feecce")Accessibility — WCAG contrast
Aa
#feecce on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feecce on black: 18.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green92.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta7.1%
Yellow18.9%
Key (black)0.4%
Color previews
#feecce text on a black background
contrast 18.10:1
Card sample
#feecce text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feecce;
Background color
Panel with #feecce background
background-color: #feecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feecce; background: linear-gradient(135deg, #feecce, #F0FECE);