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