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