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