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