#abc5bf
a light, soft cyan · cool · closest name: silver
RGB
171, 197, 191
HSL
166°, 18%, 72%
CMYK
13, 0, 3, 23
Luminance
0.5235
Every format
| HEX | #abc5bf |
| RGB | rgb(171, 197, 191) |
| HSL | hsl(166, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 3%, 23%) |
| LAB | lab(77.5 -9.9 0.1) |
| LCH | lch(77.5 9.9 179.7) |
| OKLCH | oklch(0.802 0.029 180.1) |
Copy-ready code
/* CSS */
color: #abc5bf;
background-color: #abc5bf;
/* Tailwind (arbitrary) */
class="text-[#abc5bf] bg-[#abc5bf]"
/* SCSS */
$brand: #abc5bf;
/* SwiftUI */
Color(red: 0.671, green: 0.773, blue: 0.749)
/* Android */
Color.parseColor("#abc5bf")Accessibility — WCAG contrast
Aa
#abc5bf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc5bf on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green77.3%
Blue74.9%
CMYK percentages
Cyan13.2%
Magenta0.0%
Yellow3.0%
Key (black)22.7%
Color previews
#abc5bf text on a black background
contrast 11.47:1
Card sample
#abc5bf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc5bf;
Background color
Panel with #abc5bf background
background-color: #abc5bf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc5bf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 197, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 197, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc5bf; background: linear-gradient(135deg, #abc5bf, #ABBAC5);