#abcf24
a balanced, vivid green · cool · closest name: yellow
RGB
171, 207, 36
HSL
73°, 70%, 48%
CMYK
17, 0, 83, 19
Luminance
0.5341
Every format
| HEX | #abcf24 |
| RGB | rgb(171, 207, 36) |
| HSL | hsl(73, 70%, 48%) |
| CMYK | cmyk(17%, 0%, 83%, 19%) |
| LAB | lab(78.1 -32.8 72.3) |
| LCH | lch(78.1 79.4 114.4) |
| OKLCH | oklch(0.800 0.185 121.8) |
Copy-ready code
/* CSS */
color: #abcf24;
background-color: #abcf24;
/* Tailwind (arbitrary) */
class="text-[#abcf24] bg-[#abcf24]"
/* SCSS */
$brand: #abcf24;
/* SwiftUI */
Color(red: 0.671, green: 0.812, blue: 0.141)
/* Android */
Color.parseColor("#abcf24")Accessibility — WCAG contrast
Aa
#abcf24 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcf24 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.2%
Blue14.1%
CMYK percentages
Cyan17.4%
Magenta0.0%
Yellow82.6%
Key (black)18.8%
Color previews
#abcf24 text on a black background
contrast 11.68:1
Card sample
#abcf24 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcf24;
Background color
Panel with #abcf24 background
background-color: #abcf24;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcf24;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 207, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 207, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcf24; background: linear-gradient(135deg, #abcf24, #39CF24);