#af6213
a dark, electric orange · warm · closest name: chocolate
RGB
175, 98, 19
HSL
30°, 80%, 38%
CMYK
0, 44, 89, 31
Luminance
0.1790
Every format
| HEX | #af6213 |
| RGB | rgb(175, 98, 19) |
| HSL | hsl(30, 80%, 38%) |
| CMYK | cmyk(0%, 44%, 89%, 31%) |
| LAB | lab(49.4 26.0 53.0) |
| LCH | lch(49.4 59.0 63.9) |
| OKLCH | oklch(0.573 0.129 58.7) |
Copy-ready code
/* CSS */
color: #af6213;
background-color: #af6213;
/* Tailwind (arbitrary) */
class="text-[#af6213] bg-[#af6213]"
/* SCSS */
$brand: #af6213;
/* SwiftUI */
Color(red: 0.686, green: 0.384, blue: 0.075)
/* Android */
Color.parseColor("#af6213")Accessibility — WCAG contrast
Aa
#af6213 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6213 on black: 4.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta44.0%
Yellow89.1%
Key (black)31.4%
Color previews
#af6213 text on a black background
contrast 4.58:1
Card sample
#af6213 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6213;
Background color
Panel with #af6213 background
background-color: #af6213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 98, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 98, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6213; background: linear-gradient(135deg, #af6213, #94AF13);