#af9502
a dark, electric yellow · cool · closest name: olive
RGB
175, 149, 2
HSL
51°, 98%, 35%
CMYK
0, 15, 99, 31
Luminance
0.3061
Every format
| HEX | #af9502 |
| RGB | rgb(175, 149, 2) |
| HSL | hsl(51, 98%, 35%) |
| CMYK | cmyk(0%, 15%, 99%, 31%) |
| LAB | lab(62.2 -2.6 65.8) |
| LCH | lch(62.2 65.9 92.2) |
| OKLCH | oklch(0.673 0.138 96.6) |
Copy-ready code
/* CSS */
color: #af9502;
background-color: #af9502;
/* Tailwind (arbitrary) */
class="text-[#af9502] bg-[#af9502]"
/* SCSS */
$brand: #af9502;
/* SwiftUI */
Color(red: 0.686, green: 0.584, blue: 0.008)
/* Android */
Color.parseColor("#af9502")Accessibility — WCAG contrast
Aa
#af9502 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9502 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green58.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow98.9%
Key (black)31.4%
Color previews
#af9502 text on a black background
contrast 7.12:1
Card sample
#af9502 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9502;
Background color
Panel with #af9502 background
background-color: #af9502;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9502;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 149, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 149, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9502; background: linear-gradient(135deg, #af9502, #56AF02);