#abd0af
a light, soft green · cool · closest name: beige
RGB
171, 208, 175
HSL
127°, 28%, 74%
CMYK
18, 0, 16, 18
Luminance
0.5686
Every format
| HEX | #abd0af |
| RGB | rgb(171, 208, 175) |
| HSL | hsl(127, 28%, 74%) |
| CMYK | cmyk(18%, 0%, 16%, 18%) |
| LAB | lab(80.1 -18.6 12.4) |
| LCH | lch(80.1 22.4 146.4) |
| OKLCH | oklch(0.822 0.060 148.0) |
Copy-ready code
/* CSS */
color: #abd0af;
background-color: #abd0af;
/* Tailwind (arbitrary) */
class="text-[#abd0af] bg-[#abd0af]"
/* SCSS */
$brand: #abd0af;
/* SwiftUI */
Color(red: 0.671, green: 0.816, blue: 0.686)
/* Android */
Color.parseColor("#abd0af")Accessibility — WCAG contrast
Aa
#abd0af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd0af on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.6%
Blue68.6%
CMYK percentages
Cyan17.8%
Magenta0.0%
Yellow15.9%
Key (black)18.4%
Color previews
#abd0af text on a black background
contrast 12.37:1
Card sample
#abd0af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd0af;
Background color
Panel with #abd0af background
background-color: #abd0af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd0af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 208, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 208, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd0af; background: linear-gradient(135deg, #abd0af, #ABD0C8);