#abfdbc
a light, electric green · cool · closest name: aquamarine
RGB
171, 253, 188
HSL
132°, 95%, 83%
CMYK
32, 0, 26, 1
Luminance
0.8254
Every format
| HEX | #abfdbc |
| RGB | rgb(171, 253, 188) |
| HSL | hsl(132, 95%, 83%) |
| CMYK | cmyk(32%, 0%, 26%, 1%) |
| LAB | lab(92.8 -37.7 23.4) |
| LCH | lch(92.8 44.4 148.2) |
| OKLCH | oklch(0.925 0.119 150.1) |
Copy-ready code
/* CSS */
color: #abfdbc;
background-color: #abfdbc;
/* Tailwind (arbitrary) */
class="text-[#abfdbc] bg-[#abfdbc]"
/* SCSS */
$brand: #abfdbc;
/* SwiftUI */
Color(red: 0.671, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#abfdbc")Accessibility — WCAG contrast
Aa
#abfdbc on white: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abfdbc on black: 17.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green99.2%
Blue73.7%
CMYK percentages
Cyan32.4%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#abfdbc text on a black background
contrast 17.51:1
Card sample
#abfdbc text on a white background
contrast 1.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abfdbc;
Background color
Panel with #abfdbc background
background-color: #abfdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abfdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abfdbc; background: linear-gradient(135deg, #abfdbc, #ABFDF3);