#abdab2
a light, soft green · cool · closest name: beige
RGB
171, 218, 178
HSL
129°, 39%, 76%
CMYK
22, 0, 18, 15
Luminance
0.6202
Every format
| HEX | #abdab2 |
| RGB | rgb(171, 218, 178) |
| HSL | hsl(129, 39%, 76%) |
| CMYK | cmyk(22%, 0%, 18%, 15%) |
| LAB | lab(82.9 -23.0 14.8) |
| LCH | lch(82.9 27.4 147.3) |
| OKLCH | oklch(0.845 0.074 149.0) |
Copy-ready code
/* CSS */
color: #abdab2;
background-color: #abdab2;
/* Tailwind (arbitrary) */
class="text-[#abdab2] bg-[#abdab2]"
/* SCSS */
$brand: #abdab2;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.698)
/* Android */
Color.parseColor("#abdab2")Accessibility — WCAG contrast
Aa
#abdab2 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdab2 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue69.8%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow18.3%
Key (black)14.5%
Color previews
#abdab2 text on a black background
contrast 13.40:1
Card sample
#abdab2 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdab2;
Background color
Panel with #abdab2 background
background-color: #abdab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdab2; background: linear-gradient(135deg, #abdab2, #ABDAD1);