#abd2af
a light, soft green · cool · closest name: beige
RGB
171, 210, 175
HSL
126°, 30%, 75%
CMYK
19, 0, 17, 18
Luminance
0.5785
Every format
| HEX | #abd2af |
| RGB | rgb(171, 210, 175) |
| HSL | hsl(126, 30%, 75%) |
| CMYK | cmyk(19%, 0%, 17%, 18%) |
| LAB | lab(80.7 -19.6 13.2) |
| LCH | lch(80.7 23.6 146.1) |
| OKLCH | oklch(0.826 0.064 147.8) |
Copy-ready code
/* CSS */
color: #abd2af;
background-color: #abd2af;
/* Tailwind (arbitrary) */
class="text-[#abd2af] bg-[#abd2af]"
/* SCSS */
$brand: #abd2af;
/* SwiftUI */
Color(red: 0.671, green: 0.824, blue: 0.686)
/* Android */
Color.parseColor("#abd2af")Accessibility — WCAG contrast
Aa
#abd2af on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd2af on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.4%
Blue68.6%
CMYK percentages
Cyan18.6%
Magenta0.0%
Yellow16.7%
Key (black)17.6%
Color previews
#abd2af text on a black background
contrast 12.57:1
Card sample
#abd2af text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd2af;
Background color
Panel with #abd2af background
background-color: #abd2af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd2af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 210, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 210, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd2af; background: linear-gradient(135deg, #abd2af, #ABD2C9);