#fdef9b
a light, electric yellow · cool · closest name: khaki
RGB
253, 239, 155
HSL
51°, 96%, 80%
CMYK
0, 6, 39, 1
Luminance
0.8498
Every format
| HEX | #fdef9b |
| RGB | rgb(253, 239, 155) |
| HSL | hsl(51, 96%, 80%) |
| CMYK | cmyk(0%, 6%, 39%, 1%) |
| LAB | lab(93.9 -6.9 42.3) |
| LCH | lch(93.9 42.9 99.3) |
| OKLCH | oklch(0.945 0.105 99.9) |
Copy-ready code
/* CSS */
color: #fdef9b;
background-color: #fdef9b;
/* Tailwind (arbitrary) */
class="text-[#fdef9b] bg-[#fdef9b]"
/* SCSS */
$brand: #fdef9b;
/* SwiftUI */
Color(red: 0.992, green: 0.937, blue: 0.608)
/* Android */
Color.parseColor("#fdef9b")Accessibility — WCAG contrast
Aa
#fdef9b on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdef9b on black: 18.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow38.7%
Key (black)0.8%
Color previews
#fdef9b text on a black background
contrast 18.00:1
Card sample
#fdef9b text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdef9b;
Background color
Panel with #fdef9b background
background-color: #fdef9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdef9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 239, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 239, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdef9b; background: linear-gradient(135deg, #fdef9b, #CAFD9B);