#fda005
a balanced, electric orange · warm · closest name: orange
RGB
253, 160, 5
HSL
38°, 98%, 51%
CMYK
0, 37, 98, 1
Luminance
0.4604
Every format
| HEX | #fda005 |
| RGB | rgb(253, 160, 5) |
| HSL | hsl(38, 98%, 51%) |
| CMYK | cmyk(0%, 37%, 98%, 1%) |
| LAB | lab(73.6 25.7 77.3) |
| LCH | lch(73.6 81.5 71.6) |
| OKLCH | oklch(0.782 0.170 68.6) |
Copy-ready code
/* CSS */
color: #fda005;
background-color: #fda005;
/* Tailwind (arbitrary) */
class="text-[#fda005] bg-[#fda005]"
/* SCSS */
$brand: #fda005;
/* SwiftUI */
Color(red: 0.992, green: 0.627, blue: 0.020)
/* Android */
Color.parseColor("#fda005")Accessibility — WCAG contrast
Aa
#fda005 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fda005 on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green62.7%
Blue2.0%
CMYK percentages
Cyan0.0%
Magenta36.8%
Yellow98.0%
Key (black)0.8%
Color previews
#fda005 text on a black background
contrast 10.21:1
Card sample
#fda005 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fda005;
Background color
Panel with #fda005 background
background-color: #fda005;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fda005;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 160, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 160, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fda005; background: linear-gradient(135deg, #fda005, #B5FD05);