#fdeea2
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 162
HSL
50°, 96%, 81%
CMYK
0, 6, 36, 1
Luminance
0.8464
Every format
| HEX | #fdeea2 |
| RGB | rgb(253, 238, 162) |
| HSL | hsl(50, 96%, 81%) |
| CMYK | cmyk(0%, 6%, 36%, 1%) |
| LAB | lab(93.7 -5.6 38.7) |
| LCH | lch(93.7 39.1 98.3) |
| OKLCH | oklch(0.944 0.097 98.4) |
Copy-ready code
/* CSS */
color: #fdeea2;
background-color: #fdeea2;
/* Tailwind (arbitrary) */
class="text-[#fdeea2] bg-[#fdeea2]"
/* SCSS */
$brand: #fdeea2;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.635)
/* Android */
Color.parseColor("#fdeea2")Accessibility — WCAG contrast
Aa
#fdeea2 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdeea2 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow36.0%
Key (black)0.8%
Color previews
#fdeea2 text on a black background
contrast 17.93:1
Card sample
#fdeea2 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdeea2;
Background color
Panel with #fdeea2 background
background-color: #fdeea2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdeea2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdeea2; background: linear-gradient(135deg, #fdeea2, #CFFDA2);