#abab13
a dark, electric yellow · cool · closest name: olive
RGB
171, 171, 19
HSL
60°, 80%, 37%
CMYK
0, 0, 89, 33
Luminance
0.3783
Every format
| HEX | #abab13 |
| RGB | rgb(171, 171, 19) |
| HSL | hsl(60, 80%, 37%) |
| CMYK | cmyk(0%, 0%, 89%, 33%) |
| LAB | lab(67.9 -15.7 67.5) |
| LCH | lch(67.9 69.3 103.1) |
| OKLCH | oklch(0.718 0.153 109.7) |
Copy-ready code
/* CSS */
color: #abab13;
background-color: #abab13;
/* Tailwind (arbitrary) */
class="text-[#abab13] bg-[#abab13]"
/* SCSS */
$brand: #abab13;
/* SwiftUI */
Color(red: 0.671, green: 0.671, blue: 0.075)
/* Android */
Color.parseColor("#abab13")Accessibility — WCAG contrast
Aa
#abab13 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abab13 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green67.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow88.9%
Key (black)32.9%
Color previews
#abab13 text on a black background
contrast 8.57:1
Card sample
#abab13 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abab13;
Background color
Panel with #abab13 background
background-color: #abab13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abab13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 171, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 171, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abab13; background: linear-gradient(135deg, #abab13, #46AB13);