#afaa02
a dark, electric yellow · cool · closest name: olive
RGB
175, 170, 2
HSL
58°, 98%, 35%
CMYK
0, 3, 99, 31
Luminance
0.3787
Every format
| HEX | #afaa02 |
| RGB | rgb(175, 170, 2) |
| HSL | hsl(58, 98%, 35%) |
| CMYK | cmyk(0%, 3%, 99%, 31%) |
| LAB | lab(67.9 -13.7 70.0) |
| LCH | lch(67.9 71.3 101.1) |
| OKLCH | oklch(0.719 0.154 107.6) |
Copy-ready code
/* CSS */
color: #afaa02;
background-color: #afaa02;
/* Tailwind (arbitrary) */
class="text-[#afaa02] bg-[#afaa02]"
/* SCSS */
$brand: #afaa02;
/* SwiftUI */
Color(red: 0.686, green: 0.667, blue: 0.008)
/* Android */
Color.parseColor("#afaa02")Accessibility — WCAG contrast
Aa
#afaa02 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afaa02 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green66.7%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta2.9%
Yellow98.9%
Key (black)31.4%
Color previews
#afaa02 text on a black background
contrast 8.57:1
Card sample
#afaa02 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afaa02;
Background color
Panel with #afaa02 background
background-color: #afaa02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afaa02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 170, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 170, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afaa02; background: linear-gradient(135deg, #afaa02, #41AF02);