#fdcf21
a balanced, electric yellow · cool · closest name: gold
RGB
253, 207, 33
HSL
48°, 98%, 56%
CMYK
0, 18, 87, 1
Luminance
0.6562
Every format
| HEX | #fdcf21 |
| RGB | rgb(253, 207, 33) |
| HSL | hsl(48, 98%, 56%) |
| CMYK | cmyk(0%, 18%, 87%, 1%) |
| LAB | lab(84.8 1.7 81.3) |
| LCH | lch(84.8 81.3 88.8) |
| OKLCH | oklch(0.870 0.172 91.8) |
Copy-ready code
/* CSS */
color: #fdcf21;
background-color: #fdcf21;
/* Tailwind (arbitrary) */
class="text-[#fdcf21] bg-[#fdcf21]"
/* SCSS */
$brand: #fdcf21;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.129)
/* Android */
Color.parseColor("#fdcf21")Accessibility — WCAG contrast
Aa
#fdcf21 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcf21 on black: 14.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow87.0%
Key (black)0.8%
Color previews
#fdcf21 text on a black background
contrast 14.12:1
Card sample
#fdcf21 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcf21;
Background color
Panel with #fdcf21 background
background-color: #fdcf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcf21; background: linear-gradient(135deg, #fdcf21, #98FD21);