#af9701
a dark, electric yellow · cool · closest name: olive
RGB
175, 151, 1
HSL
52°, 99%, 35%
CMYK
0, 14, 99, 31
Luminance
0.3125
Every format
| HEX | #af9701 |
| RGB | rgb(175, 151, 1) |
| HSL | hsl(52, 99%, 35%) |
| CMYK | cmyk(0%, 14%, 99%, 31%) |
| LAB | lab(62.7 -3.7 66.3) |
| LCH | lch(62.7 66.4 93.2) |
| OKLCH | oklch(0.677 0.140 97.8) |
Copy-ready code
/* CSS */
color: #af9701;
background-color: #af9701;
/* Tailwind (arbitrary) */
class="text-[#af9701] bg-[#af9701]"
/* SCSS */
$brand: #af9701;
/* SwiftUI */
Color(red: 0.686, green: 0.592, blue: 0.004)
/* Android */
Color.parseColor("#af9701")Accessibility — WCAG contrast
Aa
#af9701 on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9701 on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green59.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta13.7%
Yellow99.4%
Key (black)31.4%
Color previews
#af9701 text on a black background
contrast 7.25:1
Card sample
#af9701 text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9701;
Background color
Panel with #af9701 background
background-color: #af9701;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9701;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 151, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 151, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9701; background: linear-gradient(135deg, #af9701, #53AF01);