#abffc3
a light, electric green · cool · closest name: aquamarine
RGB
171, 255, 195
HSL
137°, 100%, 84%
CMYK
33, 0, 24, 0
Luminance
0.8412
Every format
| HEX | #abffc3 |
| RGB | rgb(171, 255, 195) |
| HSL | hsl(137, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 24%, 0%) |
| LAB | lab(93.5 -37.4 20.8) |
| LCH | lch(93.5 42.8 151.0) |
| OKLCH | oklch(0.931 0.116 152.7) |
Copy-ready code
/* CSS */
color: #abffc3;
background-color: #abffc3;
/* Tailwind (arbitrary) */
class="text-[#abffc3] bg-[#abffc3]"
/* SCSS */
$brand: #abffc3;
/* SwiftUI */
Color(red: 0.671, green: 1.000, blue: 0.765)
/* Android */
Color.parseColor("#abffc3")Accessibility — WCAG contrast
Aa
#abffc3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abffc3 on black: 17.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green100.0%
Blue76.5%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow23.5%
Key (black)0.0%
Color previews
#abffc3 text on a black background
contrast 17.82:1
Card sample
#abffc3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abffc3;
Background color
Panel with #abffc3 background
background-color: #abffc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abffc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 255, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 255, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abffc3; background: linear-gradient(135deg, #abffc3, #ABFFFB);