#abf3da
a light, electric green · cool · closest name: aquamarine
RGB
171, 243, 218
HSL
159°, 75%, 81%
CMYK
30, 0, 10, 5
Luminance
0.7782
Every format
| HEX | #abf3da |
| RGB | rgb(171, 243, 218) |
| HSL | hsl(159, 75%, 81%) |
| CMYK | cmyk(30%, 0%, 10%, 5%) |
| LAB | lab(90.7 -27.4 4.9) |
| LCH | lch(90.7 27.9 169.8) |
| OKLCH | oklch(0.910 0.080 170.9) |
Copy-ready code
/* CSS */
color: #abf3da;
background-color: #abf3da;
/* Tailwind (arbitrary) */
class="text-[#abf3da] bg-[#abf3da]"
/* SCSS */
$brand: #abf3da;
/* SwiftUI */
Color(red: 0.671, green: 0.953, blue: 0.855)
/* Android */
Color.parseColor("#abf3da")Accessibility — WCAG contrast
Aa
#abf3da on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf3da on black: 16.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.3%
Blue85.5%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow10.3%
Key (black)4.7%
Color previews
#abf3da text on a black background
contrast 16.56:1
Card sample
#abf3da text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf3da;
Background color
Panel with #abf3da background
background-color: #abf3da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf3da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 243, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 243, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf3da; background: linear-gradient(135deg, #abf3da, #ABDCF3);