#af730c
a dark, electric orange · warm · closest name: peru
RGB
175, 115, 12
HSL
38°, 87%, 37%
CMYK
0, 34, 93, 31
Luminance
0.2140
Every format
| HEX | #af730c |
| RGB | rgb(175, 115, 12) |
| HSL | hsl(38, 87%, 37%) |
| CMYK | cmyk(0%, 34%, 93%, 31%) |
| LAB | lab(53.4 16.4 57.8) |
| LCH | lch(53.4 60.1 74.2) |
| OKLCH | oklch(0.604 0.126 72.2) |
Copy-ready code
/* CSS */
color: #af730c;
background-color: #af730c;
/* Tailwind (arbitrary) */
class="text-[#af730c] bg-[#af730c]"
/* SCSS */
$brand: #af730c;
/* SwiftUI */
Color(red: 0.686, green: 0.451, blue: 0.047)
/* Android */
Color.parseColor("#af730c")Accessibility — WCAG contrast
Aa
#af730c on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af730c on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green45.1%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta34.3%
Yellow93.1%
Key (black)31.4%
Color previews
#af730c text on a black background
contrast 5.28:1
Card sample
#af730c text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af730c;
Background color
Panel with #af730c background
background-color: #af730c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af730c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 115, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 115, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af730c; background: linear-gradient(135deg, #af730c, #7EAF0C);