#fdbf0d
a balanced, electric yellow · warm · closest name: gold
RGB
253, 191, 13
HSL
45°, 98%, 52%
CMYK
0, 25, 95, 1
Luminance
0.5817
Every format
| HEX | #fdbf0d |
| RGB | rgb(253, 191, 13) |
| HSL | hsl(45, 98%, 52%) |
| CMYK | cmyk(0%, 25%, 95%, 1%) |
| LAB | lab(80.8 9.6 81.5) |
| LCH | lch(80.8 82.1 83.3) |
| OKLCH | oklch(0.838 0.170 84.6) |
Copy-ready code
/* CSS */
color: #fdbf0d;
background-color: #fdbf0d;
/* Tailwind (arbitrary) */
class="text-[#fdbf0d] bg-[#fdbf0d]"
/* SCSS */
$brand: #fdbf0d;
/* SwiftUI */
Color(red: 0.992, green: 0.749, blue: 0.051)
/* Android */
Color.parseColor("#fdbf0d")Accessibility — WCAG contrast
Aa
#fdbf0d on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdbf0d on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green74.9%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow94.9%
Key (black)0.8%
Color previews
#fdbf0d text on a black background
contrast 12.63:1
Card sample
#fdbf0d text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdbf0d;
Background color
Panel with #fdbf0d background
background-color: #fdbf0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdbf0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 191, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 191, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdbf0d; background: linear-gradient(135deg, #fdbf0d, #9BFD0D);