#abf9cd
a light, electric green · cool · closest name: aquamarine
RGB
171, 249, 205
HSL
146°, 87%, 82%
CMYK
31, 0, 18, 2
Luminance
0.8082
Every format
| HEX | #abf9cd |
| RGB | rgb(171, 249, 205) |
| HSL | hsl(146, 87%, 82%) |
| CMYK | cmyk(31%, 0%, 18%, 2%) |
| LAB | lab(92.0 -32.8 13.6) |
| LCH | lch(92.0 35.5 157.5) |
| OKLCH | oklch(0.920 0.098 159.0) |
Copy-ready code
/* CSS */
color: #abf9cd;
background-color: #abf9cd;
/* Tailwind (arbitrary) */
class="text-[#abf9cd] bg-[#abf9cd]"
/* SCSS */
$brand: #abf9cd;
/* SwiftUI */
Color(red: 0.671, green: 0.976, blue: 0.804)
/* Android */
Color.parseColor("#abf9cd")Accessibility — WCAG contrast
Aa
#abf9cd on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf9cd on black: 17.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.6%
Blue80.4%
CMYK percentages
Cyan31.3%
Magenta0.0%
Yellow17.7%
Key (black)2.4%
Color previews
#abf9cd text on a black background
contrast 17.16:1
Card sample
#abf9cd text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf9cd;
Background color
Panel with #abf9cd background
background-color: #abf9cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf9cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 249, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 249, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf9cd; background: linear-gradient(135deg, #abf9cd, #ABF1F9);