#abbf13
a dark, electric yellow · cool · closest name: olivedrab
RGB
171, 191, 19
HSL
67°, 82%, 41%
CMYK
11, 0, 90, 25
Luminance
0.4597
Every format
| HEX | #abbf13 |
| RGB | rgb(171, 191, 19) |
| HSL | hsl(67, 82%, 41%) |
| CMYK | cmyk(11%, 0%, 90%, 25%) |
| LAB | lab(73.5 -25.6 72.0) |
| LCH | lch(73.5 76.4 109.6) |
| OKLCH | oklch(0.763 0.173 117.1) |
Copy-ready code
/* CSS */
color: #abbf13;
background-color: #abbf13;
/* Tailwind (arbitrary) */
class="text-[#abbf13] bg-[#abbf13]"
/* SCSS */
$brand: #abbf13;
/* SwiftUI */
Color(red: 0.671, green: 0.749, blue: 0.075)
/* Android */
Color.parseColor("#abbf13")Accessibility — WCAG contrast
Aa
#abbf13 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbf13 on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green74.9%
Blue7.5%
CMYK percentages
Cyan10.5%
Magenta0.0%
Yellow90.1%
Key (black)25.1%
Color previews
#abbf13 text on a black background
contrast 10.19:1
Card sample
#abbf13 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbf13;
Background color
Panel with #abbf13 background
background-color: #abbf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 191, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 191, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbf13; background: linear-gradient(135deg, #abbf13, #38BF13);