#fdb60c
a balanced, electric yellow · warm · closest name: orange
RGB
253, 182, 12
HSL
42°, 98%, 52%
CMYK
0, 28, 95, 1
Luminance
0.5437
Every format
| HEX | #fdb60c |
| RGB | rgb(253, 182, 12) |
| HSL | hsl(42, 98%, 52%) |
| CMYK | cmyk(0%, 28%, 95%, 1%) |
| LAB | lab(78.7 14.3 80.1) |
| LCH | lch(78.7 81.4 79.9) |
| OKLCH | oklch(0.821 0.169 80.0) |
Copy-ready code
/* CSS */
color: #fdb60c;
background-color: #fdb60c;
/* Tailwind (arbitrary) */
class="text-[#fdb60c] bg-[#fdb60c]"
/* SCSS */
$brand: #fdb60c;
/* SwiftUI */
Color(red: 0.992, green: 0.714, blue: 0.047)
/* Android */
Color.parseColor("#fdb60c")Accessibility — WCAG contrast
Aa
#fdb60c on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdb60c on black: 11.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green71.4%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta28.1%
Yellow95.3%
Key (black)0.8%
Color previews
#fdb60c text on a black background
contrast 11.87:1
Card sample
#fdb60c text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdb60c;
Background color
Panel with #fdb60c background
background-color: #fdb60c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdb60c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 182, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 182, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdb60c; background: linear-gradient(135deg, #fdb60c, #A4FD0C);