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