#af9902
a dark, electric yellow · cool · closest name: olive
RGB
175, 153, 2
HSL
52°, 98%, 35%
CMYK
0, 13, 99, 31
Luminance
0.3190
Every format
| HEX | #af9902 |
| RGB | rgb(175, 153, 2) |
| HSL | hsl(52, 98%, 35%) |
| CMYK | cmyk(0%, 13%, 99%, 31%) |
| LAB | lab(63.3 -4.7 66.6) |
| LCH | lch(63.3 66.8 94.1) |
| OKLCH | oklch(0.682 0.141 98.9) |
Copy-ready code
/* CSS */
color: #af9902;
background-color: #af9902;
/* Tailwind (arbitrary) */
class="text-[#af9902] bg-[#af9902]"
/* SCSS */
$brand: #af9902;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.008)
/* Android */
Color.parseColor("#af9902")Accessibility — WCAG contrast
Aa
#af9902 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9902 on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow98.9%
Key (black)31.4%
Color previews
#af9902 text on a black background
contrast 7.38:1
Card sample
#af9902 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9902;
Background color
Panel with #af9902 background
background-color: #af9902;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9902;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9902; background: linear-gradient(135deg, #af9902, #52AF02);