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