#af520f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 82, 15
HSL
25°, 84%, 37%
CMYK
0, 53, 91, 31
Luminance
0.1518
Every format
| HEX | #af520f |
| RGB | rgb(175, 82, 15) |
| HSL | hsl(25, 84%, 37%) |
| CMYK | cmyk(0%, 53%, 91%, 31%) |
| LAB | lab(45.9 34.5 51.5) |
| LCH | lch(45.9 62.0 56.2) |
| OKLCH | oklch(0.546 0.140 49.0) |
Copy-ready code
/* CSS */
color: #af520f;
background-color: #af520f;
/* Tailwind (arbitrary) */
class="text-[#af520f] bg-[#af520f]"
/* SCSS */
$brand: #af520f;
/* SwiftUI */
Color(red: 0.686, green: 0.322, blue: 0.059)
/* Android */
Color.parseColor("#af520f")Accessibility — WCAG contrast
Aa
#af520f on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af520f on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green32.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta53.1%
Yellow91.4%
Key (black)31.4%
Color previews
#af520f text on a black background
contrast 4.04:1
Card sample
#af520f text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af520f;
Background color
Panel with #af520f background
background-color: #af520f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af520f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 82, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 82, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af520f; background: linear-gradient(135deg, #af520f, #A2AF0F);