#abdaba
a light, soft green · cool · closest name: beige
RGB
171, 218, 186
HSL
139°, 39%, 76%
CMYK
22, 0, 15, 15
Luminance
0.6235
Every format
| HEX | #abdaba |
| RGB | rgb(171, 218, 186) |
| HSL | hsl(139, 39%, 76%) |
| CMYK | cmyk(22%, 0%, 15%, 15%) |
| LAB | lab(83.1 -21.6 10.8) |
| LCH | lch(83.1 24.1 153.4) |
| OKLCH | oklch(0.846 0.066 155.0) |
Copy-ready code
/* CSS */
color: #abdaba;
background-color: #abdaba;
/* Tailwind (arbitrary) */
class="text-[#abdaba] bg-[#abdaba]"
/* SCSS */
$brand: #abdaba;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.729)
/* Android */
Color.parseColor("#abdaba")Accessibility — WCAG contrast
Aa
#abdaba on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdaba on black: 13.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue72.9%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow14.7%
Key (black)14.5%
Color previews
#abdaba text on a black background
contrast 13.47:1
Card sample
#abdaba text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdaba;
Background color
Panel with #abdaba background
background-color: #abdaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdaba; background: linear-gradient(135deg, #abdaba, #ABDAD9);