#abd3af
a light, soft green · cool · closest name: beige
RGB
171, 211, 175
HSL
126°, 31%, 75%
CMYK
19, 0, 17, 17
Luminance
0.5834
Every format
| HEX | #abd3af |
| RGB | rgb(171, 211, 175) |
| HSL | hsl(126, 31%, 75%) |
| CMYK | cmyk(19%, 0%, 17%, 17%) |
| LAB | lab(80.9 -20.1 13.6) |
| LCH | lch(80.9 24.2 146.0) |
| OKLCH | oklch(0.828 0.065 147.7) |
Copy-ready code
/* CSS */
color: #abd3af;
background-color: #abd3af;
/* Tailwind (arbitrary) */
class="text-[#abd3af] bg-[#abd3af]"
/* SCSS */
$brand: #abd3af;
/* SwiftUI */
Color(red: 0.671, green: 0.827, blue: 0.686)
/* Android */
Color.parseColor("#abd3af")Accessibility — WCAG contrast
Aa
#abd3af on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd3af on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green82.7%
Blue68.6%
CMYK percentages
Cyan19.0%
Magenta0.0%
Yellow17.1%
Key (black)17.3%
Color previews
#abd3af text on a black background
contrast 12.67:1
Card sample
#abd3af text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd3af;
Background color
Panel with #abd3af background
background-color: #abd3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 211, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 211, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd3af; background: linear-gradient(135deg, #abd3af, #ABD3CA);