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