#fda80c
a balanced, electric orange · warm · closest name: orange
RGB
253, 168, 12
HSL
39°, 98%, 52%
CMYK
0, 34, 95, 1
Luminance
0.4891
Every format
| HEX | #fda80c |
| RGB | rgb(253, 168, 12) |
| HSL | hsl(39, 98%, 52%) |
| CMYK | cmyk(0%, 34%, 95%, 1%) |
| LAB | lab(75.4 21.6 77.8) |
| LCH | lch(75.4 80.7 74.5) |
| OKLCH | oklch(0.796 0.168 72.6) |
Copy-ready code
/* CSS */
color: #fda80c;
background-color: #fda80c;
/* Tailwind (arbitrary) */
class="text-[#fda80c] bg-[#fda80c]"
/* SCSS */
$brand: #fda80c;
/* SwiftUI */
Color(red: 0.992, green: 0.659, blue: 0.047)
/* Android */
Color.parseColor("#fda80c")Accessibility — WCAG contrast
Aa
#fda80c on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda80c on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green65.9%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta33.6%
Yellow95.3%
Key (black)0.8%
Color previews
#fda80c text on a black background
contrast 10.78:1
Card sample
#fda80c text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda80c;
Background color
Panel with #fda80c background
background-color: #fda80c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda80c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 168, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 168, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda80c; background: linear-gradient(135deg, #fda80c, #B2FD0C);