#fdee3b
a balanced, electric yellow · cool · closest name: gold
RGB
253, 238, 59
HSL
55°, 98%, 61%
CMYK
0, 6, 77, 1
Luminance
0.8235
Every format
| HEX | #fdee3b |
| RGB | rgb(253, 238, 59) |
| HSL | hsl(55, 98%, 61%) |
| CMYK | cmyk(0%, 6%, 77%, 1%) |
| LAB | lab(92.7 -13.1 81.4) |
| LCH | lch(92.7 82.4 99.2) |
| OKLCH | oklch(0.933 0.183 104.4) |
Copy-ready code
/* CSS */
color: #fdee3b;
background-color: #fdee3b;
/* Tailwind (arbitrary) */
class="text-[#fdee3b] bg-[#fdee3b]"
/* SCSS */
$brand: #fdee3b;
/* SwiftUI */
Color(red: 0.992, green: 0.933, blue: 0.231)
/* Android */
Color.parseColor("#fdee3b")Accessibility — WCAG contrast
Aa
#fdee3b on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdee3b on black: 17.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green93.3%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow76.7%
Key (black)0.8%
Color previews
#fdee3b text on a black background
contrast 17.47:1
Card sample
#fdee3b text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdee3b;
Background color
Panel with #fdee3b background
background-color: #fdee3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdee3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 238, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 238, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdee3b; background: linear-gradient(135deg, #fdee3b, #8BFD3B);