#afb90c
a dark, electric yellow · cool · closest name: olive
RGB
175, 185, 12
HSL
64°, 88%, 39%
CMYK
5, 0, 94, 28
Luminance
0.4384
Every format
| HEX | #afb90c |
| RGB | rgb(175, 185, 12) |
| HSL | hsl(64, 88%, 39%) |
| CMYK | cmyk(5%, 0%, 94%, 28%) |
| LAB | lab(72.1 -21.1 72.0) |
| LCH | lch(72.1 75.0 106.4) |
| OKLCH | oklch(0.752 0.167 113.6) |
Copy-ready code
/* CSS */
color: #afb90c;
background-color: #afb90c;
/* Tailwind (arbitrary) */
class="text-[#afb90c] bg-[#afb90c]"
/* SCSS */
$brand: #afb90c;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.047)
/* Android */
Color.parseColor("#afb90c")Accessibility — WCAG contrast
Aa
#afb90c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb90c on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue4.7%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow93.5%
Key (black)27.5%
Color previews
#afb90c text on a black background
contrast 9.77:1
Card sample
#afb90c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb90c;
Background color
Panel with #afb90c background
background-color: #afb90c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb90c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb90c; background: linear-gradient(135deg, #afb90c, #3CB90C);