#abab00
a dark, electric yellow · cool · closest name: olive
RGB
171, 171, 0
HSL
60°, 100%, 34%
CMYK
0, 0, 100, 33
Luminance
0.3778
Every format
| HEX | #abab00 |
| RGB | rgb(171, 171, 0) |
| HSL | hsl(60, 100%, 34%) |
| CMYK | cmyk(0%, 0%, 100%, 33%) |
| LAB | lab(67.9 -16.0 70.0) |
| LCH | lch(67.9 71.8 102.9) |
| OKLCH | oklch(0.718 0.156 109.8) |
Copy-ready code
/* CSS */
color: #abab00;
background-color: #abab00;
/* Tailwind (arbitrary) */
class="text-[#abab00] bg-[#abab00]"
/* SCSS */
$brand: #abab00;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.000)
/* Android */
Color.parseColor("#abab00")Accessibility — WCAG contrast
Aa
#abab00 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abab00 on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow100.0%
Key (black)32.9%
Color previews
#abab00 text on a black background
contrast 8.56:1
Card sample
#abab00 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abab00;
Background color
Panel with #abab00 background
background-color: #abab00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abab00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abab00; background: linear-gradient(135deg, #abab00, #39AB00);