#af5402
a dark, electric orange · warm · closest name: chocolate
RGB
175, 84, 2
HSL
28°, 98%, 35%
CMYK
0, 52, 99, 31
Luminance
0.1546
Every format
| HEX | #af5402 |
| RGB | rgb(175, 84, 2) |
| HSL | hsl(28, 98%, 35%) |
| CMYK | cmyk(0%, 52%, 99%, 31%) |
| LAB | lab(46.3 33.3 55.1) |
| LCH | lch(46.3 64.3 58.9) |
| OKLCH | oklch(0.549 0.141 51.7) |
Copy-ready code
/* CSS */
color: #af5402;
background-color: #af5402;
/* Tailwind (arbitrary) */
class="text-[#af5402] bg-[#af5402]"
/* SCSS */
$brand: #af5402;
/* SwiftUI */
Color(red: 0.686, green: 0.329, blue: 0.008)
/* Android */
Color.parseColor("#af5402")Accessibility — WCAG contrast
Aa
#af5402 on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5402 on black: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.9%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta52.0%
Yellow98.9%
Key (black)31.4%
Color previews
#af5402 text on a black background
contrast 4.09:1
Card sample
#af5402 text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5402;
Background color
Panel with #af5402 background
background-color: #af5402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 84, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 84, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5402; background: linear-gradient(135deg, #af5402, #97AF02);