#abc3ba
a light, soft green · cool · closest name: silver
RGB
171, 195, 186
HSL
158°, 17%, 72%
CMYK
12, 0, 5, 24
Luminance
0.5123
Every format
| HEX | #abc3ba |
| RGB | rgb(171, 195, 186) |
| HSL | hsl(158, 17%, 72%) |
| CMYK | cmyk(12%, 0%, 5%, 24%) |
| LAB | lab(76.8 -9.9 1.8) |
| LCH | lch(76.8 10.1 169.9) |
| OKLCH | oklch(0.796 0.029 171.0) |
Copy-ready code
/* CSS */
color: #abc3ba;
background-color: #abc3ba;
/* Tailwind (arbitrary) */
class="text-[#abc3ba] bg-[#abc3ba]"
/* SCSS */
$brand: #abc3ba;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.729)
/* Android */
Color.parseColor("#abc3ba")Accessibility — WCAG contrast
Aa
#abc3ba on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3ba on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue72.9%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow4.6%
Key (black)23.5%
Color previews
#abc3ba text on a black background
contrast 11.25:1
Card sample
#abc3ba text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3ba;
Background color
Panel with #abc3ba background
background-color: #abc3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3ba; background: linear-gradient(135deg, #abc3ba, #ABBCC3);