#abc7bf
a light, soft cyan · cool · closest name: silver
RGB
171, 199, 191
HSL
163°, 20%, 73%
CMYK
14, 0, 4, 22
Luminance
0.5327
Every format
| HEX | #abc7bf |
| RGB | rgb(171, 199, 191) |
| HSL | hsl(163, 20%, 73%) |
| CMYK | cmyk(14%, 0%, 4%, 22%) |
| LAB | lab(78.0 -11.0 0.8) |
| LCH | lch(78.0 11.0 175.6) |
| OKLCH | oklch(0.806 0.032 176.4) |
Copy-ready code
/* CSS */
color: #abc7bf;
background-color: #abc7bf;
/* Tailwind (arbitrary) */
class="text-[#abc7bf] bg-[#abc7bf]"
/* SCSS */
$brand: #abc7bf;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.749)
/* Android */
Color.parseColor("#abc7bf")Accessibility — WCAG contrast
Aa
#abc7bf on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc7bf on black: 11.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue74.9%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow4.0%
Key (black)22.0%
Color previews
#abc7bf text on a black background
contrast 11.65:1
Card sample
#abc7bf text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc7bf;
Background color
Panel with #abc7bf background
background-color: #abc7bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc7bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc7bf; background: linear-gradient(135deg, #abc7bf, #ABBCC7);