#abf1cd
a light, vivid green · cool · closest name: aquamarine
RGB
171, 241, 205
HSL
149°, 71%, 81%
CMYK
29, 0, 15, 6
Luminance
0.7598
Every format
| HEX | #abf1cd |
| RGB | rgb(171, 241, 205) |
| HSL | hsl(149, 71%, 81%) |
| CMYK | cmyk(29%, 0%, 15%, 6%) |
| LAB | lab(89.8 -29.1 10.5) |
| LCH | lch(89.8 30.9 160.2) |
| OKLCH | oklch(0.902 0.086 161.6) |
Copy-ready code
/* CSS */
color: #abf1cd;
background-color: #abf1cd;
/* Tailwind (arbitrary) */
class="text-[#abf1cd] bg-[#abf1cd]"
/* SCSS */
$brand: #abf1cd;
/* SwiftUI */
Color(red: 0.671, green: 0.945, blue: 0.804)
/* Android */
Color.parseColor("#abf1cd")Accessibility — WCAG contrast
Aa
#abf1cd on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf1cd on black: 16.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green94.5%
Blue80.4%
CMYK percentages
Cyan29.0%
Magenta0.0%
Yellow14.9%
Key (black)5.5%
Color previews
#abf1cd text on a black background
contrast 16.20:1
Card sample
#abf1cd text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf1cd;
Background color
Panel with #abf1cd background
background-color: #abf1cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf1cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 241, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 241, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf1cd; background: linear-gradient(135deg, #abf1cd, #ABE6F1);