#abf6cd
a light, electric green · cool · closest name: aquamarine
RGB
171, 246, 205
HSL
147°, 81%, 82%
CMYK
31, 0, 17, 4
Luminance
0.7898
Every format
| HEX | #abf6cd |
| RGB | rgb(171, 246, 205) |
| HSL | hsl(147, 81%, 82%) |
| CMYK | cmyk(31%, 0%, 17%, 4%) |
| LAB | lab(91.2 -31.4 12.4) |
| LCH | lch(91.2 33.8 158.4) |
| OKLCH | oklch(0.913 0.093 159.9) |
Copy-ready code
/* CSS */
color: #abf6cd;
background-color: #abf6cd;
/* Tailwind (arbitrary) */
class="text-[#abf6cd] bg-[#abf6cd]"
/* SCSS */
$brand: #abf6cd;
/* SwiftUI */
Color(red: 0.671, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#abf6cd")Accessibility — WCAG contrast
Aa
#abf6cd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf6cd on black: 16.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.5%
Blue80.4%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#abf6cd text on a black background
contrast 16.80:1
Card sample
#abf6cd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf6cd;
Background color
Panel with #abf6cd background
background-color: #abf6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf6cd; background: linear-gradient(135deg, #abf6cd, #ABEDF6);