#abf4da
a light, electric green · cool · closest name: aquamarine
RGB
171, 244, 218
HSL
159°, 77%, 81%
CMYK
30, 0, 11, 4
Luminance
0.7842
Every format
| HEX | #abf4da |
| RGB | rgb(171, 244, 218) |
| HSL | hsl(159, 77%, 81%) |
| CMYK | cmyk(30%, 0%, 11%, 4%) |
| LAB | lab(91.0 -27.9 5.3) |
| LCH | lch(91.0 28.4 169.2) |
| OKLCH | oklch(0.912 0.081 170.3) |
Copy-ready code
/* CSS */
color: #abf4da;
background-color: #abf4da;
/* Tailwind (arbitrary) */
class="text-[#abf4da] bg-[#abf4da]"
/* SCSS */
$brand: #abf4da;
/* SwiftUI */
Color(red: 0.671, green: 0.957, blue: 0.855)
/* Android */
Color.parseColor("#abf4da")Accessibility — WCAG contrast
Aa
#abf4da on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abf4da on black: 16.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green95.7%
Blue85.5%
CMYK percentages
Cyan29.9%
Magenta0.0%
Yellow10.7%
Key (black)4.3%
Color previews
#abf4da text on a black background
contrast 16.68:1
Card sample
#abf4da text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abf4da;
Background color
Panel with #abf4da background
background-color: #abf4da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abf4da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 244, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 244, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abf4da; background: linear-gradient(135deg, #abf4da, #ABDDF4);