#abf7cd
a light, electric green · cool · closest name: aquamarine
RGB
171, 247, 205
HSL
147°, 83%, 82%
CMYK
31, 0, 17, 3
Luminance
0.7959
Every format
| HEX | #abf7cd |
| RGB | rgb(171, 247, 205) |
| HSL | hsl(147, 83%, 82%) |
| CMYK | cmyk(31%, 0%, 17%, 3%) |
| LAB | lab(91.5 -31.9 12.8) |
| LCH | lch(91.5 34.4 158.1) |
| OKLCH | oklch(0.915 0.095 159.6) |
Copy-ready code
/* CSS */
color: #abf7cd;
background-color: #abf7cd;
/* Tailwind (arbitrary) */
class="text-[#abf7cd] bg-[#abf7cd]"
/* SCSS */
$brand: #abf7cd;
/* SwiftUI */
Color(red: 0.671, green: 0.969, blue: 0.804)
/* Android */
Color.parseColor("#abf7cd")Accessibility — WCAG contrast
Aa
#abf7cd on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf7cd on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.9%
Blue80.4%
CMYK percentages
Cyan30.8%
Magenta0.0%
Yellow17.0%
Key (black)3.1%
Color previews
#abf7cd text on a black background
contrast 16.92:1
Card sample
#abf7cd text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf7cd;
Background color
Panel with #abf7cd background
background-color: #abf7cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf7cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 247, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 247, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf7cd; background: linear-gradient(135deg, #abf7cd, #ABEEF7);