#afb91c
a dark, vivid yellow · cool · closest name: olive
RGB
175, 185, 28
HSL
64°, 74%, 42%
CMYK
5, 0, 85, 28
Luminance
0.4390
Every format
| HEX | #afb91c |
| RGB | rgb(175, 185, 28) |
| HSL | hsl(64, 74%, 42%) |
| CMYK | cmyk(5%, 0%, 85%, 28%) |
| LAB | lab(72.2 -20.8 69.2) |
| LCH | lch(72.2 72.3 106.7) |
| OKLCH | oklch(0.753 0.163 113.7) |
Copy-ready code
/* CSS */
color: #afb91c;
background-color: #afb91c;
/* Tailwind (arbitrary) */
class="text-[#afb91c] bg-[#afb91c]"
/* SCSS */
$brand: #afb91c;
/* SwiftUI */
Color(red: 0.686, green: 0.725, blue: 0.110)
/* Android */
Color.parseColor("#afb91c")Accessibility — WCAG contrast
Aa
#afb91c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb91c on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.5%
Blue11.0%
CMYK percentages
Cyan5.4%
Magenta0.0%
Yellow84.9%
Key (black)27.5%
Color previews
#afb91c text on a black background
contrast 9.78:1
Card sample
#afb91c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb91c;
Background color
Panel with #afb91c background
background-color: #afb91c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb91c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 185, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 185, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb91c; background: linear-gradient(135deg, #afb91c, #46B91C);