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