#afbd02
a dark, electric yellow · cool · closest name: gold
RGB
175, 189, 2
HSL
65°, 98%, 38%
CMYK
7, 0, 99, 26
Luminance
0.4551
Every format
| HEX | #afbd02 |
| RGB | rgb(175, 189, 2) |
| HSL | hsl(65, 98%, 38%) |
| CMYK | cmyk(7%, 0%, 99%, 26%) |
| LAB | lab(73.2 -23.2 73.9) |
| LCH | lch(73.2 77.5 107.4) |
| OKLCH | oklch(0.761 0.172 115.0) |
Copy-ready code
/* CSS */
color: #afbd02;
background-color: #afbd02;
/* Tailwind (arbitrary) */
class="text-[#afbd02] bg-[#afbd02]"
/* SCSS */
$brand: #afbd02;
/* SwiftUI */
Color(red: 0.686, green: 0.741, blue: 0.008)
/* Android */
Color.parseColor("#afbd02")Accessibility — WCAG contrast
Aa
#afbd02 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbd02 on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.1%
Blue0.8%
CMYK percentages
Cyan7.4%
Magenta0.0%
Yellow98.9%
Key (black)25.9%
Color previews
#afbd02 text on a black background
contrast 10.10:1
Card sample
#afbd02 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbd02;
Background color
Panel with #afbd02 background
background-color: #afbd02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbd02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 189, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 189, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbd02; background: linear-gradient(135deg, #afbd02, #32BD02);