#ffad41
a balanced, electric orange · warm · closest name: orange
RGB
255, 173, 65
HSL
34°, 100%, 63%
CMYK
0, 32, 75, 0
Luminance
0.5153
Every format
| HEX | #ffad41 |
| RGB | rgb(255, 173, 65) |
| HSL | hsl(34, 100%, 63%) |
| CMYK | cmyk(0%, 32%, 75%, 0%) |
| LAB | lab(77.0 21.1 64.6) |
| LCH | lch(77.0 68.0 71.9) |
| OKLCH | oklch(0.809 0.152 69.5) |
Copy-ready code
/* CSS */
color: #ffad41;
background-color: #ffad41;
/* Tailwind (arbitrary) */
class="text-[#ffad41] bg-[#ffad41]"
/* SCSS */
$brand: #ffad41;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.255)
/* Android */
Color.parseColor("#ffad41")Accessibility — WCAG contrast
Aa
#ffad41 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad41 on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue25.5%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow74.5%
Key (black)0.0%
Color previews
#ffad41 text on a black background
contrast 11.31:1
Card sample
#ffad41 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad41;
Background color
Panel with #ffad41 background
background-color: #ffad41;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad41;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad41; background: linear-gradient(135deg, #ffad41, #D2FF41);