#abd5ab
a light, soft green · cool · closest name: beige
RGB
171, 213, 171
HSL
120°, 33%, 75%
CMYK
20, 0, 20, 17
Luminance
0.5919
Every format
| HEX | #abd5ab |
| RGB | rgb(171, 213, 171) |
| HSL | hsl(120, 33%, 75%) |
| CMYK | cmyk(20%, 0%, 20%, 17%) |
| LAB | lab(81.4 -21.8 16.3) |
| LCH | lch(81.4 27.2 143.2) |
| OKLCH | oklch(0.832 0.073 144.9) |
Copy-ready code
/* CSS */
color: #abd5ab;
background-color: #abd5ab;
/* Tailwind (arbitrary) */
class="text-[#abd5ab] bg-[#abd5ab]"
/* SCSS */
$brand: #abd5ab;
/* SwiftUI */
Color(red: 0.671, green: 0.835, blue: 0.671)
/* Android */
Color.parseColor("#abd5ab")Accessibility — WCAG contrast
Aa
#abd5ab on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd5ab on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green83.5%
Blue67.1%
CMYK percentages
Cyan19.7%
Magenta0.0%
Yellow19.7%
Key (black)16.5%
Color previews
#abd5ab text on a black background
contrast 12.84:1
Card sample
#abd5ab text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd5ab;
Background color
Panel with #abd5ab background
background-color: #abd5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 213, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 213, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd5ab; background: linear-gradient(135deg, #abd5ab, #ABD5C7);