#abf8dc
a light, electric green · cool · closest name: aquamarine
RGB
171, 248, 220
HSL
158°, 85%, 82%
CMYK
31, 0, 11, 3
Luminance
0.8096
Every format
| HEX | #abf8dc |
| RGB | rgb(171, 248, 220) |
| HSL | hsl(158, 85%, 82%) |
| CMYK | cmyk(31%, 0%, 11%, 3%) |
| LAB | lab(92.1 -29.4 5.9) |
| LCH | lch(92.1 30.0 168.6) |
| OKLCH | oklch(0.921 0.085 169.7) |
Copy-ready code
/* CSS */
color: #abf8dc;
background-color: #abf8dc;
/* Tailwind (arbitrary) */
class="text-[#abf8dc] bg-[#abf8dc]"
/* SCSS */
$brand: #abf8dc;
/* SwiftUI */
Color(red: 0.671, green: 0.973, blue: 0.863)
/* Android */
Color.parseColor("#abf8dc")Accessibility — WCAG contrast
Aa
#abf8dc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf8dc on black: 17.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green97.3%
Blue86.3%
CMYK percentages
Cyan31.0%
Magenta0.0%
Yellow11.3%
Key (black)2.7%
Color previews
#abf8dc text on a black background
contrast 17.19:1
Card sample
#abf8dc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf8dc;
Background color
Panel with #abf8dc background
background-color: #abf8dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf8dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 248, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 248, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf8dc; background: linear-gradient(135deg, #abf8dc, #ABE1F8);