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