#fdb80c
a balanced, electric yellow · warm · closest name: orange
RGB
253, 184, 12
HSL
43°, 98%, 52%
CMYK
0, 27, 95, 1
Luminance
0.5519
Every format
| HEX | #fdb80c |
| RGB | rgb(253, 184, 12) |
| HSL | hsl(43, 98%, 52%) |
| CMYK | cmyk(0%, 27%, 95%, 1%) |
| LAB | lab(79.2 13.3 80.4) |
| LCH | lch(79.2 81.5 80.6) |
| OKLCH | oklch(0.825 0.169 81.0) |
Copy-ready code
/* CSS */
color: #fdb80c;
background-color: #fdb80c;
/* Tailwind (arbitrary) */
class="text-[#fdb80c] bg-[#fdb80c]"
/* SCSS */
$brand: #fdb80c;
/* SwiftUI */
Color(red: 0.992, green: 0.722, blue: 0.047)
/* Android */
Color.parseColor("#fdb80c")Accessibility — WCAG contrast
Aa
#fdb80c on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb80c on black: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green72.2%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow95.3%
Key (black)0.8%
Color previews
#fdb80c text on a black background
contrast 12.04:1
Card sample
#fdb80c text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb80c;
Background color
Panel with #fdb80c background
background-color: #fdb80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 184, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 184, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb80c; background: linear-gradient(135deg, #fdb80c, #A2FD0C);