#abce22
a balanced, vivid green · cool · closest name: yellow
RGB
171, 206, 34
HSL
72°, 72%, 47%
CMYK
17, 0, 84, 19
Luminance
0.5292
Every format
| HEX | #abce22 |
| RGB | rgb(171, 206, 34) |
| HSL | hsl(72, 72%, 47%) |
| CMYK | cmyk(17%, 0%, 84%, 19%) |
| LAB | lab(77.8 -32.4 72.5) |
| LCH | lch(77.8 79.5 114.1) |
| OKLCH | oklch(0.798 0.184 121.5) |
Copy-ready code
/* CSS */
color: #abce22;
background-color: #abce22;
/* Tailwind (arbitrary) */
class="text-[#abce22] bg-[#abce22]"
/* SCSS */
$brand: #abce22;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.133)
/* Android */
Color.parseColor("#abce22")Accessibility — WCAG contrast
Aa
#abce22 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abce22 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue13.3%
CMYK percentages
Cyan17.0%
Magenta0.0%
Yellow83.5%
Key (black)19.2%
Color previews
#abce22 text on a black background
contrast 11.58:1
Card sample
#abce22 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abce22;
Background color
Panel with #abce22 background
background-color: #abce22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abce22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abce22; background: linear-gradient(135deg, #abce22, #38CE22);