#af8601
a dark, electric yellow · cool · closest name: olive
RGB
175, 134, 1
HSL
46°, 99%, 35%
CMYK
0, 23, 99, 31
Luminance
0.2617
Every format
| HEX | #af8601 |
| RGB | rgb(175, 134, 1) |
| HSL | hsl(46, 99%, 35%) |
| CMYK | cmyk(0%, 23%, 99%, 31%) |
| LAB | lab(58.2 5.6 63.1) |
| LCH | lch(58.2 63.4 84.9) |
| OKLCH | oklch(0.642 0.131 86.8) |
Copy-ready code
/* CSS */
color: #af8601;
background-color: #af8601;
/* Tailwind (arbitrary) */
class="text-[#af8601] bg-[#af8601]"
/* SCSS */
$brand: #af8601;
/* SwiftUI */
Color(red: 0.686, green: 0.525, blue: 0.004)
/* Android */
Color.parseColor("#af8601")Accessibility — WCAG contrast
Aa
#af8601 on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8601 on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green52.5%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta23.4%
Yellow99.4%
Key (black)31.4%
Color previews
#af8601 text on a black background
contrast 6.23:1
Card sample
#af8601 text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8601;
Background color
Panel with #af8601 background
background-color: #af8601;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8601;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 134, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 134, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8601; background: linear-gradient(135deg, #af8601, #64AF01);