#abdf23
a balanced, vivid green · cool · closest name: yellow
RGB
171, 223, 35
HSL
77°, 75%, 51%
CMYK
23, 0, 84, 13
Luminance
0.6155
Every format
| HEX | #abdf23 |
| RGB | rgb(171, 223, 35) |
| HSL | hsl(77, 75%, 51%) |
| CMYK | cmyk(23%, 0%, 84%, 13%) |
| LAB | lab(82.7 -40.0 76.5) |
| LCH | lch(82.7 86.3 117.6) |
| OKLCH | oklch(0.837 0.203 125.3) |
Copy-ready code
/* CSS */
color: #abdf23;
background-color: #abdf23;
/* Tailwind (arbitrary) */
class="text-[#abdf23] bg-[#abdf23]"
/* SCSS */
$brand: #abdf23;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.137)
/* Android */
Color.parseColor("#abdf23")Accessibility — WCAG contrast
Aa
#abdf23 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdf23 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue13.7%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow84.3%
Key (black)12.5%
Color previews
#abdf23 text on a black background
contrast 13.31:1
Card sample
#abdf23 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdf23;
Background color
Panel with #abdf23 background
background-color: #abdf23;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdf23;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 35, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 35, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdf23; background: linear-gradient(135deg, #abdf23, #2EDF23);