#fee9cd
a pale, electric orange · warm · closest name: beige
RGB
254, 233, 205
HSL
34°, 96%, 90%
CMYK
0, 8, 19, 0
Luminance
0.8376
Every format
| HEX | #fee9cd |
| RGB | rgb(254, 233, 205) |
| HSL | hsl(34, 96%, 90%) |
| CMYK | cmyk(0%, 8%, 19%, 0%) |
| LAB | lab(93.3 2.8 16.2) |
| LCH | lch(93.3 16.4 80.2) |
| OKLCH | oklch(0.944 0.043 75.1) |
Copy-ready code
/* CSS */
color: #fee9cd;
background-color: #fee9cd;
/* Tailwind (arbitrary) */
class="text-[#fee9cd] bg-[#fee9cd]"
/* SCSS */
$brand: #fee9cd;
/* SwiftUI */
Color(red: 0.996, green: 0.914, blue: 0.804)
/* Android */
Color.parseColor("#fee9cd")Accessibility — WCAG contrast
Aa
#fee9cd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fee9cd on black: 17.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green91.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow19.3%
Key (black)0.4%
Color previews
#fee9cd text on a black background
contrast 17.75:1
Card sample
#fee9cd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fee9cd;
Background color
Panel with #fee9cd background
background-color: #fee9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fee9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 233, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 233, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fee9cd; background: linear-gradient(135deg, #fee9cd, #F2FECD);