#f9dc21
a balanced, electric yellow · cool · closest name: gold
RGB
249, 220, 33
HSL
52°, 95%, 55%
CMYK
0, 12, 87, 2
Luminance
0.7144
Every format
| HEX | #f9dc21 |
| RGB | rgb(249, 220, 33) |
| HSL | hsl(52, 95%, 55%) |
| CMYK | cmyk(0%, 12%, 87%, 2%) |
| LAB | lab(87.7 -6.6 83.4) |
| LCH | lch(87.7 83.7 94.5) |
| OKLCH | oklch(0.892 0.179 99.2) |
Copy-ready code
/* CSS */
color: #f9dc21;
background-color: #f9dc21;
/* Tailwind (arbitrary) */
class="text-[#f9dc21] bg-[#f9dc21]"
/* SCSS */
$brand: #f9dc21;
/* SwiftUI */
Color(red: 0.976, green: 0.863, blue: 0.129)
/* Android */
Color.parseColor("#f9dc21")Accessibility — WCAG contrast
Aa
#f9dc21 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9dc21 on black: 15.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green86.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow86.7%
Key (black)2.4%
Color previews
#f9dc21 text on a black background
contrast 15.29:1
Card sample
#f9dc21 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9dc21;
Background color
Panel with #f9dc21 background
background-color: #f9dc21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9dc21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 220, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 220, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9dc21; background: linear-gradient(135deg, #f9dc21, #86F921);