#abdfaa
a light, vivid green · cool · closest name: aquamarine
RGB
171, 223, 170
HSL
119°, 45%, 77%
CMYK
23, 0, 24, 13
Luminance
0.6434
Every format
| HEX | #abdfaa |
| RGB | rgb(171, 223, 170) |
| HSL | hsl(119, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 24%, 13%) |
| LAB | lab(84.1 -26.8 20.7) |
| LCH | lch(84.1 33.9 142.4) |
| OKLCH | oklch(0.854 0.090 144.3) |
Copy-ready code
/* CSS */
color: #abdfaa;
background-color: #abdfaa;
/* Tailwind (arbitrary) */
class="text-[#abdfaa] bg-[#abdfaa]"
/* SCSS */
$brand: #abdfaa;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.667)
/* Android */
Color.parseColor("#abdfaa")Accessibility — WCAG contrast
Aa
#abdfaa on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfaa on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue66.7%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow23.8%
Key (black)12.5%
Color previews
#abdfaa text on a black background
contrast 13.87:1
Card sample
#abdfaa text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfaa;
Background color
Panel with #abdfaa background
background-color: #abdfaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfaa; background: linear-gradient(135deg, #abdfaa, #AADFCC);