#afbe00
a dark, electric yellow · cool · closest name: gold
RGB
175, 190, 0
HSL
65°, 100%, 37%
CMYK
8, 0, 100, 26
Luminance
0.4594
Every format
| HEX | #afbe00 |
| RGB | rgb(175, 190, 0) |
| HSL | hsl(65, 100%, 37%) |
| CMYK | cmyk(8%, 0%, 100%, 26%) |
| LAB | lab(73.5 -23.7 74.3) |
| LCH | lch(73.5 78.0 107.7) |
| OKLCH | oklch(0.763 0.173 115.3) |
Copy-ready code
/* CSS */
color: #afbe00;
background-color: #afbe00;
/* Tailwind (arbitrary) */
class="text-[#afbe00] bg-[#afbe00]"
/* SCSS */
$brand: #afbe00;
/* SwiftUI */
Color(red: 0.686, green: 0.745, blue: 0.000)
/* Android */
Color.parseColor("#afbe00")Accessibility — WCAG contrast
Aa
#afbe00 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afbe00 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green74.5%
Blue0.0%
CMYK percentages
Cyan7.9%
Magenta0.0%
Yellow100.0%
Key (black)25.5%
Color previews
#afbe00 text on a black background
contrast 10.19:1
Card sample
#afbe00 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afbe00;
Background color
Panel with #afbe00 background
background-color: #afbe00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afbe00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 190, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 190, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afbe00; background: linear-gradient(135deg, #afbe00, #31BE00);