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