#af6300
a dark, electric orange · warm · closest name: chocolate
RGB
175, 99, 0
HSL
34°, 100%, 34%
CMYK
0, 43, 100, 31
Luminance
0.1804
Every format
| HEX | #af6300 |
| RGB | rgb(175, 99, 0) |
| HSL | hsl(34, 100%, 34%) |
| CMYK | cmyk(0%, 43%, 100%, 31%) |
| LAB | lab(49.5 25.1 57.6) |
| LCH | lch(49.5 62.8 66.4) |
| OKLCH | oklch(0.574 0.133 61.5) |
Copy-ready code
/* CSS */
color: #af6300;
background-color: #af6300;
/* Tailwind (arbitrary) */
class="text-[#af6300] bg-[#af6300]"
/* SCSS */
$brand: #af6300;
/* SwiftUI */
Color(red: 0.686, green: 0.388, blue: 0.000)
/* Android */
Color.parseColor("#af6300")Accessibility — WCAG contrast
Aa
#af6300 on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af6300 on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green38.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta43.4%
Yellow100.0%
Key (black)31.4%
Color previews
#af6300 text on a black background
contrast 4.61:1
Card sample
#af6300 text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6300;
Background color
Panel with #af6300 background
background-color: #af6300;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6300;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 99, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 99, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6300; background: linear-gradient(135deg, #af6300, #86AF00);