#af5d0c
a dark, electric orange · warm · closest name: chocolate
RGB
175, 93, 12
HSL
30°, 87%, 37%
CMYK
0, 47, 93, 31
Luminance
0.1697
Every format
| HEX | #af5d0c |
| RGB | rgb(175, 93, 12) |
| HSL | hsl(30, 87%, 37%) |
| CMYK | cmyk(0%, 47%, 93%, 31%) |
| LAB | lab(48.2 28.6 54.0) |
| LCH | lch(48.2 61.1 62.1) |
| OKLCH | oklch(0.564 0.134 56.3) |
Copy-ready code
/* CSS */
color: #af5d0c;
background-color: #af5d0c;
/* Tailwind (arbitrary) */
class="text-[#af5d0c] bg-[#af5d0c]"
/* SCSS */
$brand: #af5d0c;
/* SwiftUI */
Color(red: 0.686, green: 0.365, blue: 0.047)
/* Android */
Color.parseColor("#af5d0c")Accessibility — WCAG contrast
Aa
#af5d0c on white: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5d0c on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green36.5%
Blue4.7%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow93.1%
Key (black)31.4%
Color previews
#af5d0c text on a black background
contrast 4.39:1
Card sample
#af5d0c text on a white background
contrast 4.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5d0c;
Background color
Panel with #af5d0c background
background-color: #af5d0c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5d0c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 93, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 93, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5d0c; background: linear-gradient(135deg, #af5d0c, #95AF0C);