#fdcf39
a balanced, electric yellow · cool · closest name: gold
RGB
253, 207, 57
HSL
46°, 98%, 61%
CMYK
0, 18, 78, 1
Luminance
0.6580
Every format
| HEX | #fdcf39 |
| RGB | rgb(253, 207, 57) |
| HSL | hsl(46, 98%, 61%) |
| CMYK | cmyk(0%, 18%, 78%, 1%) |
| LAB | lab(84.9 2.3 74.9) |
| LCH | lch(84.9 75.0 88.2) |
| OKLCH | oklch(0.871 0.163 90.6) |
Copy-ready code
/* CSS */
color: #fdcf39;
background-color: #fdcf39;
/* Tailwind (arbitrary) */
class="text-[#fdcf39] bg-[#fdcf39]"
/* SCSS */
$brand: #fdcf39;
/* SwiftUI */
Color(red: 0.992, green: 0.812, blue: 0.224)
/* Android */
Color.parseColor("#fdcf39")Accessibility — WCAG contrast
Aa
#fdcf39 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdcf39 on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green81.2%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta18.2%
Yellow77.5%
Key (black)0.8%
Color previews
#fdcf39 text on a black background
contrast 14.16:1
Card sample
#fdcf39 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdcf39;
Background color
Panel with #fdcf39 background
background-color: #fdcf39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdcf39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 207, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 207, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdcf39; background: linear-gradient(135deg, #fdcf39, #A8FD39);