#af7708
a dark, electric orange · warm · closest name: peru
RGB
175, 119, 8
HSL
40°, 91%, 36%
CMYK
0, 32, 95, 31
Luminance
0.2233
Every format
| HEX | #af7708 |
| RGB | rgb(175, 119, 8) |
| HSL | hsl(40, 91%, 36%) |
| CMYK | cmyk(0%, 32%, 95%, 31%) |
| LAB | lab(54.4 14.1 59.2) |
| LCH | lch(54.4 60.9 76.6) |
| OKLCH | oklch(0.612 0.127 75.5) |
Copy-ready code
/* CSS */
color: #af7708;
background-color: #af7708;
/* Tailwind (arbitrary) */
class="text-[#af7708] bg-[#af7708]"
/* SCSS */
$brand: #af7708;
/* SwiftUI */
Color(red: 0.686, green: 0.467, blue: 0.031)
/* Android */
Color.parseColor("#af7708")Accessibility — WCAG contrast
Aa
#af7708 on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7708 on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green46.7%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta32.0%
Yellow95.4%
Key (black)31.4%
Color previews
#af7708 text on a black background
contrast 5.47:1
Card sample
#af7708 text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7708;
Background color
Panel with #af7708 background
background-color: #af7708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 119, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 119, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7708; background: linear-gradient(135deg, #af7708, #78AF08);