#a8bf21
a dark, vivid yellow · cool · closest name: olivedrab
RGB
168, 191, 33
HSL
69°, 71%, 44%
CMYK
12, 0, 83, 25
Luminance
0.4570
Every format
| HEX | #a8bf21 |
| RGB | rgb(168, 191, 33) |
| HSL | hsl(69, 71%, 44%) |
| CMYK | cmyk(12%, 0%, 83%, 25%) |
| LAB | lab(73.3 -26.6 68.9) |
| LCH | lch(73.3 73.8 111.1) |
| OKLCH | oklch(0.761 0.169 118.3) |
Copy-ready code
/* CSS */
color: #a8bf21;
background-color: #a8bf21;
/* Tailwind (arbitrary) */
class="text-[#a8bf21] bg-[#a8bf21]"
/* SCSS */
$brand: #a8bf21;
/* SwiftUI */
Color(red: 0.659, green: 0.749, blue: 0.129)
/* Android */
Color.parseColor("#a8bf21")Accessibility — WCAG contrast
Aa
#a8bf21 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8bf21 on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green74.9%
Blue12.9%
CMYK percentages
Cyan12.0%
Magenta0.0%
Yellow82.7%
Key (black)25.1%
Color previews
#a8bf21 text on a black background
contrast 10.14:1
Card sample
#a8bf21 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8bf21;
Background color
Panel with #a8bf21 background
background-color: #a8bf21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8bf21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 191, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 191, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8bf21; background: linear-gradient(135deg, #a8bf21, #3FBF21);