#abf033
a balanced, electric green · cool · closest name: yellow
RGB
171, 240, 51
HSL
82°, 86%, 57%
CMYK
29, 0, 79, 6
Luminance
0.7122
Every format
| HEX | #abf033 |
| RGB | rgb(171, 240, 51) |
| HSL | hsl(82, 86%, 57%) |
| CMYK | cmyk(29%, 0%, 79%, 6%) |
| LAB | lab(87.6 -46.8 76.9) |
| LCH | lch(87.6 90.0 121.3) |
| OKLCH | oklch(0.877 0.216 128.5) |
Copy-ready code
/* CSS */
color: #abf033;
background-color: #abf033;
/* Tailwind (arbitrary) */
class="text-[#abf033] bg-[#abf033]"
/* SCSS */
$brand: #abf033;
/* SwiftUI */
Color(red: 0.671, green: 0.941, blue: 0.200)
/* Android */
Color.parseColor("#abf033")Accessibility — WCAG contrast
Aa
#abf033 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf033 on black: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.1%
Blue20.0%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow78.8%
Key (black)5.9%
Color previews
#abf033 text on a black background
contrast 15.24:1
Card sample
#abf033 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf033;
Background color
Panel with #abf033 background
background-color: #abf033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 240, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 240, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf033; background: linear-gradient(135deg, #abf033, #33F039);