#fdec8f
a light, electric yellow · cool · closest name: khaki
RGB
253, 236, 143
HSL
51°, 97%, 78%
CMYK
0, 7, 44, 1
Luminance
0.8286
Every format
| HEX | #fdec8f |
| RGB | rgb(253, 236, 143) |
| HSL | hsl(51, 97%, 78%) |
| CMYK | cmyk(0%, 7%, 44%, 1%) |
| LAB | lab(93.0 -6.6 47.0) |
| LCH | lch(93.0 47.5 98.0) |
| OKLCH | oklch(0.937 0.115 99.2) |
Copy-ready code
/* CSS */
color: #fdec8f;
background-color: #fdec8f;
/* Tailwind (arbitrary) */
class="text-[#fdec8f] bg-[#fdec8f]"
/* SCSS */
$brand: #fdec8f;
/* SwiftUI */
Color(red: 0.992, green: 0.925, blue: 0.561)
/* Android */
Color.parseColor("#fdec8f")Accessibility — WCAG contrast
Aa
#fdec8f on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdec8f on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green92.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow43.5%
Key (black)0.8%
Color previews
#fdec8f text on a black background
contrast 17.57:1
Card sample
#fdec8f text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdec8f;
Background color
Panel with #fdec8f background
background-color: #fdec8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdec8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 236, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 236, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdec8f; background: linear-gradient(135deg, #fdec8f, #C5FD8F);