#af600f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 96, 15
HSL
30°, 84%, 37%
CMYK
0, 45, 91, 31
Luminance
0.1751
Every format
| HEX | #af600f |
| RGB | rgb(175, 96, 15) |
| HSL | hsl(30, 84%, 37%) |
| CMYK | cmyk(0%, 45%, 91%, 31%) |
| LAB | lab(48.9 27.0 53.8) |
| LCH | lch(48.9 60.1 63.3) |
| OKLCH | oklch(0.570 0.131 57.9) |
Copy-ready code
/* CSS */
color: #af600f;
background-color: #af600f;
/* Tailwind (arbitrary) */
class="text-[#af600f] bg-[#af600f]"
/* SCSS */
$brand: #af600f;
/* SwiftUI */
Color(red: 0.686, green: 0.376, blue: 0.059)
/* Android */
Color.parseColor("#af600f")Accessibility — WCAG contrast
Aa
#af600f on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af600f on black: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green37.6%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow91.4%
Key (black)31.4%
Color previews
#af600f text on a black background
contrast 4.50:1
Card sample
#af600f text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af600f;
Background color
Panel with #af600f background
background-color: #af600f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af600f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 96, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 96, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af600f; background: linear-gradient(135deg, #af600f, #93AF0F);