#abdfb8
a light, soft green · cool · closest name: aquamarine
RGB
171, 223, 184
HSL
135°, 45%, 77%
CMYK
23, 0, 18, 13
Luminance
0.6489
Every format
| HEX | #abdfb8 |
| RGB | rgb(171, 223, 184) |
| HSL | hsl(135, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 18%, 13%) |
| LAB | lab(84.4 -24.4 13.7) |
| LCH | lch(84.4 28.0 150.6) |
| OKLCH | oklch(0.857 0.076 152.3) |
Copy-ready code
/* CSS */
color: #abdfb8;
background-color: #abdfb8;
/* Tailwind (arbitrary) */
class="text-[#abdfb8] bg-[#abdfb8]"
/* SCSS */
$brand: #abdfb8;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.722)
/* Android */
Color.parseColor("#abdfb8")Accessibility — WCAG contrast
Aa
#abdfb8 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfb8 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue72.2%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow17.5%
Key (black)12.5%
Color previews
#abdfb8 text on a black background
contrast 13.98:1
Card sample
#abdfb8 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfb8;
Background color
Panel with #abdfb8 background
background-color: #abdfb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfb8; background: linear-gradient(135deg, #abdfb8, #ABDFDB);