#abdbc9
a light, soft green · cool · closest name: silver
RGB
171, 219, 201
HSL
158°, 40%, 77%
CMYK
22, 0, 8, 14
Luminance
0.6354
Every format
| HEX | #abdbc9 |
| RGB | rgb(171, 219, 201) |
| HSL | hsl(158, 40%, 77%) |
| CMYK | cmyk(22%, 0%, 8%, 14%) |
| LAB | lab(83.7 -19.2 3.8) |
| LCH | lch(83.7 19.5 168.9) |
| OKLCH | oklch(0.853 0.056 170.0) |
Copy-ready code
/* CSS */
color: #abdbc9;
background-color: #abdbc9;
/* Tailwind (arbitrary) */
class="text-[#abdbc9] bg-[#abdbc9]"
/* SCSS */
$brand: #abdbc9;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.788)
/* Android */
Color.parseColor("#abdbc9")Accessibility — WCAG contrast
Aa
#abdbc9 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdbc9 on black: 13.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue78.8%
CMYK percentages
Cyan21.9%
Magenta0.0%
Yellow8.2%
Key (black)14.1%
Color previews
#abdbc9 text on a black background
contrast 13.71:1
Card sample
#abdbc9 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdbc9;
Background color
Panel with #abdbc9 background
background-color: #abdbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdbc9; background: linear-gradient(135deg, #abdbc9, #ABCDDB);