#abffcb
a light, electric green · cool · closest name: aquamarine
RGB
171, 255, 203
HSL
143°, 100%, 84%
CMYK
33, 0, 20, 0
Luminance
0.8449
Every format
| HEX | #abffcb |
| RGB | rgb(171, 255, 203) |
| HSL | hsl(143, 100%, 84%) |
| CMYK | cmyk(33%, 0%, 20%, 0%) |
| LAB | lab(93.7 -36.0 16.9) |
| LCH | lch(93.7 39.7 154.8) |
| OKLCH | oklch(0.932 0.108 156.4) |
Copy-ready code
/* CSS */
color: #abffcb;
background-color: #abffcb;
/* Tailwind (arbitrary) */
class="text-[#abffcb] bg-[#abffcb]"
/* SCSS */
$brand: #abffcb;
/* SwiftUI */
Color(red: 0.671, green: 1.000, blue: 0.796)
/* Android */
Color.parseColor("#abffcb")Accessibility — WCAG contrast
Aa
#abffcb on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abffcb on black: 17.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green100.0%
Blue79.6%
CMYK percentages
Cyan32.9%
Magenta0.0%
Yellow20.4%
Key (black)0.0%
Color previews
#abffcb text on a black background
contrast 17.90:1
Card sample
#abffcb text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abffcb;
Background color
Panel with #abffcb background
background-color: #abffcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abffcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 255, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 255, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abffcb; background: linear-gradient(135deg, #abffcb, #ABFBFF);