#af8335
a dark, vivid orange · warm · closest name: peru
RGB
175, 131, 53
HSL
38°, 54%, 45%
CMYK
0, 25, 70, 31
Luminance
0.2560
Every format
| HEX | #af8335 |
| RGB | rgb(175, 131, 53) |
| HSL | hsl(38, 54%, 45%) |
| CMYK | cmyk(0%, 25%, 70%, 31%) |
| LAB | lab(57.7 8.9 47.2) |
| LCH | lch(57.7 48.0 79.3) |
| OKLCH | oklch(0.638 0.108 78.7) |
Copy-ready code
/* CSS */
color: #af8335;
background-color: #af8335;
/* Tailwind (arbitrary) */
class="text-[#af8335] bg-[#af8335]"
/* SCSS */
$brand: #af8335;
/* SwiftUI */
Color(red: 0.686, green: 0.514, blue: 0.208)
/* Android */
Color.parseColor("#af8335")Accessibility — WCAG contrast
Aa
#af8335 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8335 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.4%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta25.1%
Yellow69.7%
Key (black)31.4%
Color previews
#af8335 text on a black background
contrast 6.12:1
Card sample
#af8335 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8335;
Background color
Panel with #af8335 background
background-color: #af8335;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8335;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 131, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 131, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8335; background: linear-gradient(135deg, #af8335, #8AAF35);