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