#abf6dc
a light, electric green · cool · closest name: aquamarine
RGB
171, 246, 220
HSL
159°, 81%, 82%
CMYK
31, 0, 11, 4
Luminance
0.7974
Every format
| HEX | #abf6dc |
| RGB | rgb(171, 246, 220) |
| HSL | hsl(159, 81%, 82%) |
| CMYK | cmyk(31%, 0%, 11%, 4%) |
| LAB | lab(91.6 -28.5 5.2) |
| LCH | lch(91.6 28.9 169.7) |
| OKLCH | oklch(0.917 0.082 170.8) |
Copy-ready code
/* CSS */
color: #abf6dc;
background-color: #abf6dc;
/* Tailwind (arbitrary) */
class="text-[#abf6dc] bg-[#abf6dc]"
/* SCSS */
$brand: #abf6dc;
/* SwiftUI */
Color(red: 0.671, green: 0.965, blue: 0.863)
/* Android */
Color.parseColor("#abf6dc")Accessibility — WCAG contrast
Aa
#abf6dc on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf6dc on black: 16.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green96.5%
Blue86.3%
CMYK percentages
Cyan30.5%
Magenta0.0%
Yellow10.6%
Key (black)3.5%
Color previews
#abf6dc text on a black background
contrast 16.95:1
Card sample
#abf6dc text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf6dc;
Background color
Panel with #abf6dc background
background-color: #abf6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 246, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 246, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf6dc; background: linear-gradient(135deg, #abf6dc, #ABDEF6);