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