#af8113
a dark, electric yellow · warm · closest name: peru
RGB
175, 129, 19
HSL
42°, 80%, 38%
CMYK
0, 26, 89, 31
Luminance
0.2486
Every format
| HEX | #af8113 |
| RGB | rgb(175, 129, 19) |
| HSL | hsl(42, 80%, 38%) |
| CMYK | cmyk(0%, 26%, 89%, 31%) |
| LAB | lab(56.9 8.7 58.9) |
| LCH | lch(56.9 59.6 81.6) |
| OKLCH | oklch(0.632 0.125 82.2) |
Copy-ready code
/* CSS */
color: #af8113;
background-color: #af8113;
/* Tailwind (arbitrary) */
class="text-[#af8113] bg-[#af8113]"
/* SCSS */
$brand: #af8113;
/* SwiftUI */
Color(red: 0.686, green: 0.506, blue: 0.075)
/* Android */
Color.parseColor("#af8113")Accessibility — WCAG contrast
Aa
#af8113 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8113 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green50.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af8113 text on a black background
contrast 5.97:1
Card sample
#af8113 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8113;
Background color
Panel with #af8113 background
background-color: #af8113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 129, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 129, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8113; background: linear-gradient(135deg, #af8113, #75AF13);