#fdee7b
a light, electric yellow · cool · closest name: khaki
RGB
253, 238, 123
HSL
53°, 97%, 74%
CMYK
0, 6, 51, 1
Luminance
0.8346
Every format
| HEX | #fdee7b |
| RGB | rgb(253, 238, 123) |
| HSL | hsl(53, 97%, 74%) |
| CMYK | cmyk(0%, 6%, 51%, 1%) |
| LAB | lab(93.2 -9.4 56.9) |
| LCH | lch(93.2 57.6 99.4) |
| OKLCH | oklch(0.938 0.137 101.9) |
Copy-ready code
/* CSS */
color: #fdee7b;
background-color: #fdee7b;
/* Tailwind (arbitrary) */
class="text-[#fdee7b] bg-[#fdee7b]"
/* SCSS */
$brand: #fdee7b;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.482)
/* Android */
Color.parseColor("#fdee7b")Accessibility — WCAG contrast
Aa
#fdee7b on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee7b on black: 17.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow51.4%
Key (black)0.8%
Color previews
#fdee7b text on a black background
contrast 17.69:1
Card sample
#fdee7b text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee7b;
Background color
Panel with #fdee7b background
background-color: #fdee7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee7b; background: linear-gradient(135deg, #fdee7b, #B5FD7B);