#abfeaf
a light, electric green · cool · closest name: aquamarine
RGB
171, 254, 175
HSL
123°, 98%, 83%
CMYK
33, 0, 31, 0
Luminance
0.8264
Every format
| HEX | #abfeaf |
| RGB | rgb(171, 254, 175) |
| HSL | hsl(123, 98%, 83%) |
| CMYK | cmyk(33%, 0%, 31%, 0%) |
| LAB | lab(92.8 -40.4 30.0) |
| LCH | lch(92.8 50.3 143.4) |
| OKLCH | oklch(0.924 0.134 145.5) |
Copy-ready code
/* CSS */
color: #abfeaf;
background-color: #abfeaf;
/* Tailwind (arbitrary) */
class="text-[#abfeaf] bg-[#abfeaf]"
/* SCSS */
$brand: #abfeaf;
/* SwiftUI */
Color(red: 0.671, green: 0.996, blue: 0.686)
/* Android */
Color.parseColor("#abfeaf")Accessibility — WCAG contrast
Aa
#abfeaf on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfeaf on black: 17.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.6%
Blue68.6%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow31.1%
Key (black)0.4%
Color previews
#abfeaf text on a black background
contrast 17.53:1
Card sample
#abfeaf text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfeaf;
Background color
Panel with #abfeaf background
background-color: #abfeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 254, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 254, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfeaf; background: linear-gradient(135deg, #abfeaf, #ABFEE6);