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