#fda515
a balanced, electric orange · warm · closest name: orange
RGB
253, 165, 21
HSL
37°, 98%, 54%
CMYK
0, 35, 92, 1
Luminance
0.4785
Every format
| HEX | #fda515 |
| RGB | rgb(253, 165, 21) |
| HSL | hsl(37, 98%, 54%) |
| CMYK | cmyk(0%, 35%, 92%, 1%) |
| LAB | lab(74.7 23.3 76.0) |
| LCH | lch(74.7 79.4 73.0) |
| OKLCH | oklch(0.791 0.167 70.5) |
Copy-ready code
/* CSS */
color: #fda515;
background-color: #fda515;
/* Tailwind (arbitrary) */
class="text-[#fda515] bg-[#fda515]"
/* SCSS */
$brand: #fda515;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.082)
/* Android */
Color.parseColor("#fda515")Accessibility — WCAG contrast
Aa
#fda515 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda515 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow91.7%
Key (black)0.8%
Color previews
#fda515 text on a black background
contrast 10.57:1
Card sample
#fda515 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda515;
Background color
Panel with #fda515 background
background-color: #fda515;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda515;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda515; background: linear-gradient(135deg, #fda515, #BAFD15);