#abc6ba
a light, soft green · cool · closest name: silver
RGB
171, 198, 186
HSL
153°, 19%, 72%
CMYK
14, 0, 6, 22
Luminance
0.5259
Every format
| HEX | #abc6ba |
| RGB | rgb(171, 198, 186) |
| HSL | hsl(153, 19%, 72%) |
| CMYK | cmyk(14%, 0%, 6%, 22%) |
| LAB | lab(77.6 -11.4 3.0) |
| LCH | lch(77.6 11.8 165.6) |
| OKLCH | oklch(0.803 0.034 166.9) |
Copy-ready code
/* CSS */
color: #abc6ba;
background-color: #abc6ba;
/* Tailwind (arbitrary) */
class="text-[#abc6ba] bg-[#abc6ba]"
/* SCSS */
$brand: #abc6ba;
/* SwiftUI */
Color(red: 0.671, green: 0.776, blue: 0.729)
/* Android */
Color.parseColor("#abc6ba")Accessibility — WCAG contrast
Aa
#abc6ba on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc6ba on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.6%
Blue72.9%
CMYK percentages
Cyan13.6%
Magenta0.0%
Yellow6.1%
Key (black)22.4%
Color previews
#abc6ba text on a black background
contrast 11.52:1
Card sample
#abc6ba text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc6ba;
Background color
Panel with #abc6ba background
background-color: #abc6ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc6ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 198, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 198, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc6ba; background: linear-gradient(135deg, #abc6ba, #ABC0C6);