#fda52c
a balanced, electric orange · warm · closest name: orange
RGB
253, 165, 44
HSL
35°, 98%, 58%
CMYK
0, 35, 83, 1
Luminance
0.4797
Every format
| HEX | #fda52c |
| RGB | rgb(253, 165, 44) |
| HSL | hsl(35, 98%, 58%) |
| CMYK | cmyk(0%, 35%, 83%, 1%) |
| LAB | lab(74.8 23.8 70.2) |
| LCH | lch(74.8 74.1 71.3) |
| OKLCH | oklch(0.792 0.161 68.6) |
Copy-ready code
/* CSS */
color: #fda52c;
background-color: #fda52c;
/* Tailwind (arbitrary) */
class="text-[#fda52c] bg-[#fda52c]"
/* SCSS */
$brand: #fda52c;
/* SwiftUI */
Color(red: 0.992, green: 0.647, blue: 0.173)
/* Android */
Color.parseColor("#fda52c")Accessibility — WCAG contrast
Aa
#fda52c on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda52c on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green64.7%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow82.6%
Key (black)0.8%
Color previews
#fda52c text on a black background
contrast 10.59:1
Card sample
#fda52c text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda52c;
Background color
Panel with #fda52c background
background-color: #fda52c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda52c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 165, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 165, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda52c; background: linear-gradient(135deg, #fda52c, #CAFD2C);