#a8bd00
a dark, electric yellow · cool · closest name: olive
RGB
168, 189, 0
HSL
67°, 100%, 37%
CMYK
11, 0, 100, 26
Luminance
0.4472
Every format
| HEX | #a8bd00 |
| RGB | rgb(168, 189, 0) |
| HSL | hsl(67, 100%, 37%) |
| CMYK | cmyk(11%, 0%, 100%, 26%) |
| LAB | lab(72.7 -26.2 73.5) |
| LCH | lch(72.7 78.0 109.6) |
| OKLCH | oklch(0.756 0.175 117.5) |
Copy-ready code
/* CSS */
color: #a8bd00;
background-color: #a8bd00;
/* Tailwind (arbitrary) */
class="text-[#a8bd00] bg-[#a8bd00]"
/* SCSS */
$brand: #a8bd00;
/* SwiftUI */
Color(red: 0.659, green: 0.741, blue: 0.000)
/* Android */
Color.parseColor("#a8bd00")Accessibility — WCAG contrast
Aa
#a8bd00 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a8bd00 on black: 9.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green74.1%
Blue0.0%
CMYK percentages
Cyan11.1%
Magenta0.0%
Yellow100.0%
Key (black)25.9%
Color previews
#a8bd00 text on a black background
contrast 9.94:1
Card sample
#a8bd00 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a8bd00;
Background color
Panel with #a8bd00 background
background-color: #a8bd00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a8bd00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 189, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 189, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a8bd00; background: linear-gradient(135deg, #a8bd00, #2ABD00);