#af6708
a dark, electric orange · warm · closest name: peru
RGB
175, 103, 8
HSL
34°, 91%, 36%
CMYK
0, 41, 95, 31
Luminance
0.1883
Every format
| HEX | #af6708 |
| RGB | rgb(175, 103, 8) |
| HSL | hsl(34, 91%, 36%) |
| CMYK | cmyk(0%, 41%, 95%, 31%) |
| LAB | lab(50.5 23.0 56.5) |
| LCH | lch(50.5 61.0 67.8) |
| OKLCH | oklch(0.582 0.130 63.6) |
Copy-ready code
/* CSS */
color: #af6708;
background-color: #af6708;
/* Tailwind (arbitrary) */
class="text-[#af6708] bg-[#af6708]"
/* SCSS */
$brand: #af6708;
/* SwiftUI */
Color(red: 0.686, green: 0.404, blue: 0.031)
/* Android */
Color.parseColor("#af6708")Accessibility — WCAG contrast
Aa
#af6708 on white: 4.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6708 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.4%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow95.4%
Key (black)31.4%
Color previews
#af6708 text on a black background
contrast 4.77:1
Card sample
#af6708 text on a white background
contrast 4.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6708;
Background color
Panel with #af6708 background
background-color: #af6708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 103, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 103, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6708; background: linear-gradient(135deg, #af6708, #88AF08);