#abf694
a light, electric green · cool · closest name: aquamarine
RGB
171, 246, 148
HSL
106°, 85%, 77%
CMYK
31, 0, 40, 4
Luminance
0.7671
Every format
| HEX | #abf694 |
| RGB | rgb(171, 246, 148) |
| HSL | hsl(106, 85%, 77%) |
| CMYK | cmyk(31%, 0%, 40%, 4%) |
| LAB | lab(90.2 -40.8 39.9) |
| LCH | lch(90.2 57.1 135.6) |
| OKLCH | oklch(0.901 0.149 138.6) |
Copy-ready code
/* CSS */
color: #abf694;
background-color: #abf694;
/* Tailwind (arbitrary) */
class="text-[#abf694] bg-[#abf694]"
/* SCSS */
$brand: #abf694;
/* SwiftUI */
Color(red: 0.671, green: 0.965, blue: 0.580)
/* Android */
Color.parseColor("#abf694")Accessibility — WCAG contrast
Aa
#abf694 on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf694 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.5%
Blue58.0%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow39.8%
Key (black)3.5%
Color previews
#abf694 text on a black background
contrast 16.34:1
Card sample
#abf694 text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf694;
Background color
Panel with #abf694 background
background-color: #abf694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 246, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 246, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf694; background: linear-gradient(135deg, #abf694, #94F6BE);