#af5807
a dark, electric orange · warm · closest name: chocolate
RGB
175, 88, 7
HSL
29°, 92%, 36%
CMYK
0, 50, 96, 31
Luminance
0.1611
Every format
| HEX | #af5807 |
| RGB | rgb(175, 88, 7) |
| HSL | hsl(29, 92%, 36%) |
| CMYK | cmyk(0%, 50%, 96%, 31%) |
| LAB | lab(47.1 31.2 54.4) |
| LCH | lch(47.1 62.7 60.2) |
| OKLCH | oklch(0.556 0.138 53.6) |
Copy-ready code
/* CSS */
color: #af5807;
background-color: #af5807;
/* Tailwind (arbitrary) */
class="text-[#af5807] bg-[#af5807]"
/* SCSS */
$brand: #af5807;
/* SwiftUI */
Color(red: 0.686, green: 0.345, blue: 0.027)
/* Android */
Color.parseColor("#af5807")Accessibility — WCAG contrast
Aa
#af5807 on white: 4.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5807 on black: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green34.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow96.0%
Key (black)31.4%
Color previews
#af5807 text on a black background
contrast 4.22:1
Card sample
#af5807 text on a white background
contrast 4.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5807;
Background color
Panel with #af5807 background
background-color: #af5807;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5807;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 88, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 88, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5807; background: linear-gradient(135deg, #af5807, #96AF07);