#af6629
a dark, vivid orange · warm · closest name: peru
RGB
175, 102, 41
HSL
27°, 62%, 42%
CMYK
0, 42, 77, 31
Luminance
0.1878
Every format
| HEX | #af6629 |
| RGB | rgb(175, 102, 41) |
| HSL | hsl(27, 62%, 42%) |
| CMYK | cmyk(0%, 42%, 77%, 31%) |
| LAB | lab(50.4 24.5 45.3) |
| LCH | lch(50.4 51.5 61.6) |
| OKLCH | oklch(0.582 0.119 56.7) |
Copy-ready code
/* CSS */
color: #af6629;
background-color: #af6629;
/* Tailwind (arbitrary) */
class="text-[#af6629] bg-[#af6629]"
/* SCSS */
$brand: #af6629;
/* SwiftUI */
Color(red: 0.686, green: 0.400, blue: 0.161)
/* Android */
Color.parseColor("#af6629")Accessibility — WCAG contrast
Aa
#af6629 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6629 on black: 4.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green40.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow76.6%
Key (black)31.4%
Color previews
#af6629 text on a black background
contrast 4.76:1
Card sample
#af6629 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6629;
Background color
Panel with #af6629 background
background-color: #af6629;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6629;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 102, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 102, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6629; background: linear-gradient(135deg, #af6629, #9FAF29);