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