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