#abdfb1
a light, soft green · cool · closest name: aquamarine
RGB
171, 223, 177
HSL
127°, 45%, 77%
CMYK
23, 0, 21, 13
Luminance
0.6461
Every format
| HEX | #abdfb1 |
| RGB | rgb(171, 223, 177) |
| HSL | hsl(127, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 21%, 13%) |
| LAB | lab(84.3 -25.6 17.2) |
| LCH | lch(84.3 30.9 146.1) |
| OKLCH | oklch(0.855 0.083 147.9) |
Copy-ready code
/* CSS */
color: #abdfb1;
background-color: #abdfb1;
/* Tailwind (arbitrary) */
class="text-[#abdfb1] bg-[#abdfb1]"
/* SCSS */
$brand: #abdfb1;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.694)
/* Android */
Color.parseColor("#abdfb1")Accessibility — WCAG contrast
Aa
#abdfb1 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfb1 on black: 13.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue69.4%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow20.6%
Key (black)12.5%
Color previews
#abdfb1 text on a black background
contrast 13.92:1
Card sample
#abdfb1 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfb1;
Background color
Panel with #abdfb1 background
background-color: #abdfb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfb1; background: linear-gradient(135deg, #abdfb1, #ABDFD4);