#abda39
a balanced, vivid green · cool · closest name: yellow
RGB
171, 218, 57
HSL
78°, 69%, 54%
CMYK
22, 0, 74, 15
Luminance
0.5910
Every format
| HEX | #abda39 |
| RGB | rgb(171, 218, 57) |
| HSL | hsl(78, 69%, 54%) |
| CMYK | cmyk(22%, 0%, 74%, 15%) |
| LAB | lab(81.3 -36.9 69.3) |
| LCH | lch(81.3 78.5 118.1) |
| OKLCH | oklch(0.827 0.187 124.9) |
Copy-ready code
/* CSS */
color: #abda39;
background-color: #abda39;
/* Tailwind (arbitrary) */
class="text-[#abda39] bg-[#abda39]"
/* SCSS */
$brand: #abda39;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.224)
/* Android */
Color.parseColor("#abda39")Accessibility — WCAG contrast
Aa
#abda39 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abda39 on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue22.4%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow73.9%
Key (black)14.5%
Color previews
#abda39 text on a black background
contrast 12.82:1
Card sample
#abda39 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abda39;
Background color
Panel with #abda39 background
background-color: #abda39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abda39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abda39; background: linear-gradient(135deg, #abda39, #40DA39);