#af4f0b
a dark, electric orange · warm · closest name: chocolate
RGB
175, 79, 11
HSL
25°, 88%, 37%
CMYK
0, 55, 94, 31
Luminance
0.1473
Every format
| HEX | #af4f0b |
| RGB | rgb(175, 79, 11) |
| HSL | hsl(25, 88%, 37%) |
| CMYK | cmyk(0%, 55%, 94%, 31%) |
| LAB | lab(45.3 36.0 52.2) |
| LCH | lch(45.3 63.4 55.4) |
| OKLCH | oklch(0.542 0.143 47.9) |
Copy-ready code
/* CSS */
color: #af4f0b;
background-color: #af4f0b;
/* Tailwind (arbitrary) */
class="text-[#af4f0b] bg-[#af4f0b]"
/* SCSS */
$brand: #af4f0b;
/* SwiftUI */
Color(red: 0.686, green: 0.310, blue: 0.043)
/* Android */
Color.parseColor("#af4f0b")Accessibility — WCAG contrast
Aa
#af4f0b on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4f0b on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta54.9%
Yellow93.7%
Key (black)31.4%
Color previews
#af4f0b text on a black background
contrast 3.95:1
Card sample
#af4f0b text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4f0b;
Background color
Panel with #af4f0b background
background-color: #af4f0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4f0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 79, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 79, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4f0b; background: linear-gradient(135deg, #af4f0b, #A2AF0B);