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