#af8713
a dark, electric yellow · warm · closest name: olive
RGB
175, 135, 19
HSL
45°, 80%, 38%
CMYK
0, 23, 89, 31
Luminance
0.2649
Every format
| HEX | #af8713 |
| RGB | rgb(175, 135, 19) |
| HSL | hsl(45, 80%, 38%) |
| CMYK | cmyk(0%, 23%, 89%, 31%) |
| LAB | lab(58.5 5.4 60.1) |
| LCH | lch(58.5 60.4 84.9) |
| OKLCH | oklch(0.644 0.127 86.7) |
Copy-ready code
/* CSS */
color: #af8713;
background-color: #af8713;
/* Tailwind (arbitrary) */
class="text-[#af8713] bg-[#af8713]"
/* SCSS */
$brand: #af8713;
/* SwiftUI */
Color(red: 0.686, green: 0.529, blue: 0.075)
/* Android */
Color.parseColor("#af8713")Accessibility — WCAG contrast
Aa
#af8713 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8713 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow89.1%
Key (black)31.4%
Color previews
#af8713 text on a black background
contrast 6.30:1
Card sample
#af8713 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8713;
Background color
Panel with #af8713 background
background-color: #af8713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 135, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 135, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8713; background: linear-gradient(135deg, #af8713, #6FAF13);