#af3d00
a dark, electric orange · warm · closest name: chocolate
RGB
175, 61, 0
HSL
21°, 100%, 34%
CMYK
0, 65, 100, 31
Luminance
0.1245
Every format
| HEX | #af3d00 |
| RGB | rgb(175, 61, 0) |
| HSL | hsl(21, 100%, 34%) |
| CMYK | cmyk(0%, 65%, 100%, 31%) |
| LAB | lab(41.9 44.4 53.2) |
| LCH | lch(41.9 69.3 50.1) |
| OKLCH | oklch(0.516 0.159 40.8) |
Copy-ready code
/* CSS */
color: #af3d00;
background-color: #af3d00;
/* Tailwind (arbitrary) */
class="text-[#af3d00] bg-[#af3d00]"
/* SCSS */
$brand: #af3d00;
/* SwiftUI */
Color(red: 0.686, green: 0.239, blue: 0.000)
/* Android */
Color.parseColor("#af3d00")Accessibility — WCAG contrast
Aa
#af3d00 on white: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3d00 on black: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow100.0%
Key (black)31.4%
Color previews
#af3d00 text on a black background
contrast 3.49:1
Card sample
#af3d00 text on a white background
contrast 6.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3d00;
Background color
Panel with #af3d00 background
background-color: #af3d00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3d00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 61, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 61, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3d00; background: linear-gradient(135deg, #af3d00, #ACAF00);