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