#fda030
a balanced, electric orange · warm · closest name: orange
RGB
253, 160, 48
HSL
33°, 98%, 59%
CMYK
0, 37, 81, 1
Luminance
0.4624
Every format
| HEX | #fda030 |
| RGB | rgb(253, 160, 48) |
| HSL | hsl(33, 98%, 59%) |
| CMYK | cmyk(0%, 37%, 81%, 1%) |
| LAB | lab(73.7 26.5 67.9) |
| LCH | lch(73.7 72.8 68.7) |
| OKLCH | oklch(0.783 0.160 65.2) |
Copy-ready code
/* CSS */
color: #fda030;
background-color: #fda030;
/* Tailwind (arbitrary) */
class="text-[#fda030] bg-[#fda030]"
/* SCSS */
$brand: #fda030;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.188)
/* Android */
Color.parseColor("#fda030")Accessibility — WCAG contrast
Aa
#fda030 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda030 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow81.0%
Key (black)0.8%
Color previews
#fda030 text on a black background
contrast 10.25:1
Card sample
#fda030 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda030;
Background color
Panel with #fda030 background
background-color: #fda030;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda030;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda030; background: linear-gradient(135deg, #fda030, #D1FD30);