#afbf06
a dark, electric yellow · cool · closest name: gold
RGB
175, 191, 6
HSL
65°, 94%, 39%
CMYK
8, 0, 97, 25
Luminance
0.4639
Every format
| HEX | #afbf06 |
| RGB | rgb(175, 191, 6) |
| HSL | hsl(65, 94%, 39%) |
| CMYK | cmyk(8%, 0%, 97%, 25%) |
| LAB | lab(73.8 -24.1 73.9) |
| LCH | lch(73.8 77.8 108.1) |
| OKLCH | oklch(0.766 0.174 115.7) |
Copy-ready code
/* CSS */
color: #afbf06;
background-color: #afbf06;
/* Tailwind (arbitrary) */
class="text-[#afbf06] bg-[#afbf06]"
/* SCSS */
$brand: #afbf06;
/* SwiftUI */
Color(red: 0.686, green: 0.749, blue: 0.024)
/* Android */
Color.parseColor("#afbf06")Accessibility — WCAG contrast
Aa
#afbf06 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbf06 on black: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.9%
Blue2.4%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow96.9%
Key (black)25.1%
Color previews
#afbf06 text on a black background
contrast 10.28:1
Card sample
#afbf06 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbf06;
Background color
Panel with #afbf06 background
background-color: #afbf06;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbf06;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 191, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 191, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbf06; background: linear-gradient(135deg, #afbf06, #34BF06);