#abc2be
a light, soft cyan · cool · closest name: silver
RGB
171, 194, 190
HSL
170°, 16%, 72%
CMYK
12, 0, 2, 24
Luminance
0.5096
Every format
| HEX | #abc2be |
| RGB | rgb(171, 194, 190) |
| HSL | hsl(170, 16%, 72%) |
| CMYK | cmyk(12%, 0%, 2%, 24%) |
| LAB | lab(76.7 -8.6 -0.6) |
| LCH | lch(76.7 8.6 184.3) |
| OKLCH | oklch(0.795 0.026 184.1) |
Copy-ready code
/* CSS */
color: #abc2be;
background-color: #abc2be;
/* Tailwind (arbitrary) */
class="text-[#abc2be] bg-[#abc2be]"
/* SCSS */
$brand: #abc2be;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.745)
/* Android */
Color.parseColor("#abc2be")Accessibility — WCAG contrast
Aa
#abc2be on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2be on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue74.5%
CMYK percentages
Cyan11.9%
Magenta0.0%
Yellow2.1%
Key (black)23.9%
Color previews
#abc2be text on a black background
contrast 11.19:1
Card sample
#abc2be text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2be;
Background color
Panel with #abc2be background
background-color: #abc2be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2be; background: linear-gradient(135deg, #abc2be, #ABB7C2);