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