#af6502
a dark, electric orange · warm · closest name: chocolate
RGB
175, 101, 2
HSL
34°, 98%, 35%
CMYK
0, 42, 99, 31
Luminance
0.1843
Every format
| HEX | #af6502 |
| RGB | rgb(175, 101, 2) |
| HSL | hsl(34, 98%, 35%) |
| CMYK | cmyk(0%, 42%, 99%, 31%) |
| LAB | lab(50.0 24.1 57.4) |
| LCH | lch(50.0 62.3 67.3) |
| OKLCH | oklch(0.578 0.132 62.7) |
Copy-ready code
/* CSS */
color: #af6502;
background-color: #af6502;
/* Tailwind (arbitrary) */
class="text-[#af6502] bg-[#af6502]"
/* SCSS */
$brand: #af6502;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.008)
/* Android */
Color.parseColor("#af6502")Accessibility — WCAG contrast
Aa
#af6502 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6502 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow98.9%
Key (black)31.4%
Color previews
#af6502 text on a black background
contrast 4.69:1
Card sample
#af6502 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6502;
Background color
Panel with #af6502 background
background-color: #af6502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6502; background: linear-gradient(135deg, #af6502, #86AF02);