#fdad45
a balanced, electric orange · warm · closest name: orange
RGB
253, 173, 69
HSL
34°, 98%, 63%
CMYK
0, 32, 73, 1
Luminance
0.5120
Every format
| HEX | #fdad45 |
| RGB | rgb(253, 173, 69) |
| HSL | hsl(34, 98%, 63%) |
| CMYK | cmyk(0%, 32%, 73%, 1%) |
| LAB | lab(76.8 20.5 62.7) |
| LCH | lch(76.8 66.0 71.9) |
| OKLCH | oklch(0.807 0.149 69.5) |
Copy-ready code
/* CSS */
color: #fdad45;
background-color: #fdad45;
/* Tailwind (arbitrary) */
class="text-[#fdad45] bg-[#fdad45]"
/* SCSS */
$brand: #fdad45;
/* SwiftUI */
Color(red: 0.992, green: 0.678, blue: 0.271)
/* Android */
Color.parseColor("#fdad45")Accessibility — WCAG contrast
Aa
#fdad45 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdad45 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green67.8%
Blue27.1%
CMYK percentages
Cyan0.0%
Magenta31.6%
Yellow72.7%
Key (black)0.8%
Color previews
#fdad45 text on a black background
contrast 11.24:1
Card sample
#fdad45 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdad45;
Background color
Panel with #fdad45 background
background-color: #fdad45;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdad45;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 173, 69, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 173, 69, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdad45; background: linear-gradient(135deg, #fdad45, #D2FD45);