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