#abfcc2
a light, electric green · cool · closest name: aquamarine
RGB
171, 252, 194
HSL
137°, 93%, 83%
CMYK
32, 0, 23, 1
Luminance
0.8217
Every format
| HEX | #abfcc2 |
| RGB | rgb(171, 252, 194) |
| HSL | hsl(137, 93%, 83%) |
| CMYK | cmyk(32%, 0%, 23%, 1%) |
| LAB | lab(92.7 -36.2 20.1) |
| LCH | lch(92.7 41.4 151.0) |
| OKLCH | oklch(0.924 0.112 152.7) |
Copy-ready code
/* CSS */
color: #abfcc2;
background-color: #abfcc2;
/* Tailwind (arbitrary) */
class="text-[#abfcc2] bg-[#abfcc2]"
/* SCSS */
$brand: #abfcc2;
/* SwiftUI */
Color(red: 0.671, green: 0.988, blue: 0.761)
/* Android */
Color.parseColor("#abfcc2")Accessibility — WCAG contrast
Aa
#abfcc2 on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfcc2 on black: 17.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green98.8%
Blue76.1%
CMYK percentages
Cyan32.1%
Magenta0.0%
Yellow23.0%
Key (black)1.2%
Color previews
#abfcc2 text on a black background
contrast 17.43:1
Card sample
#abfcc2 text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfcc2;
Background color
Panel with #abfcc2 background
background-color: #abfcc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfcc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 252, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 252, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfcc2; background: linear-gradient(135deg, #abfcc2, #ABFCF8);