#abfdda
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 218
HSL
154°, 95%, 83%
CMYK
32, 0, 14, 1
Luminance
0.8397
Every format
| HEX | #abfdda |
| RGB | rgb(171, 253, 218) |
| HSL | hsl(154, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 14%, 1%) |
| LAB | lab(93.4 -32.2 8.9) |
| LCH | lch(93.4 33.4 164.6) |
| OKLCH | oklch(0.932 0.094 165.8) |
Copy-ready code
/* CSS */
color: #abfdda;
background-color: #abfdda;
/* Tailwind (arbitrary) */
class="text-[#abfdda] bg-[#abfdda]"
/* SCSS */
$brand: #abfdda;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.855)
/* Android */
Color.parseColor("#abfdda")Accessibility — WCAG contrast
Aa
#abfdda on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdda on black: 17.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue85.5%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow13.8%
Key (black)0.8%
Color previews
#abfdda text on a black background
contrast 17.79:1
Card sample
#abfdda text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdda;
Background color
Panel with #abfdda background
background-color: #abfdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdda; background: linear-gradient(135deg, #abfdda, #ABE9FD);