#abd113
a dark, electric green · cool · closest name: yellow
RGB
171, 209, 19
HSL
72°, 83%, 45%
CMYK
18, 0, 91, 18
Luminance
0.5431
Every format
| HEX | #abd113 |
| RGB | rgb(171, 209, 19) |
| HSL | hsl(72, 83%, 45%) |
| CMYK | cmyk(18%, 0%, 91%, 18%) |
| LAB | lab(78.6 -34.1 76.0) |
| LCH | lch(78.6 83.3 114.2) |
| OKLCH | oklch(0.804 0.192 122.0) |
Copy-ready code
/* CSS */
color: #abd113;
background-color: #abd113;
/* Tailwind (arbitrary) */
class="text-[#abd113] bg-[#abd113]"
/* SCSS */
$brand: #abd113;
/* SwiftUI */
Color(red: 0.671, green: 0.820, blue: 0.075)
/* Android */
Color.parseColor("#abd113")Accessibility — WCAG contrast
Aa
#abd113 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd113 on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.0%
Blue7.5%
CMYK percentages
Cyan18.2%
Magenta0.0%
Yellow90.9%
Key (black)18.0%
Color previews
#abd113 text on a black background
contrast 11.86:1
Card sample
#abd113 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd113;
Background color
Panel with #abd113 background
background-color: #abd113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 209, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 209, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd113; background: linear-gradient(135deg, #abd113, #2CD113);