#af9002
a dark, electric yellow · cool · closest name: olive
RGB
175, 144, 2
HSL
49°, 98%, 35%
CMYK
0, 18, 99, 31
Luminance
0.2906
Every format
| HEX | #af9002 |
| RGB | rgb(175, 144, 2) |
| HSL | hsl(49, 98%, 35%) |
| CMYK | cmyk(0%, 18%, 99%, 31%) |
| LAB | lab(60.8 0.1 64.8) |
| LCH | lch(60.8 64.8 89.9) |
| OKLCH | oklch(0.663 0.135 93.5) |
Copy-ready code
/* CSS */
color: #af9002;
background-color: #af9002;
/* Tailwind (arbitrary) */
class="text-[#af9002] bg-[#af9002]"
/* SCSS */
$brand: #af9002;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.008)
/* Android */
Color.parseColor("#af9002")Accessibility — WCAG contrast
Aa
#af9002 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af9002 on black: 6.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow98.9%
Key (black)31.4%
Color previews
#af9002 text on a black background
contrast 6.81:1
Card sample
#af9002 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9002;
Background color
Panel with #af9002 background
background-color: #af9002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9002; background: linear-gradient(135deg, #af9002, #5BAF02);