#abc4bd
a light, soft cyan · cool · closest name: silver
RGB
171, 196, 189
HSL
163°, 18%, 72%
CMYK
13, 0, 4, 23
Luminance
0.5181
Every format
| HEX | #abc4bd |
| RGB | rgb(171, 196, 189) |
| HSL | hsl(163, 18%, 72%) |
| CMYK | cmyk(13%, 0%, 4%, 23%) |
| LAB | lab(77.2 -9.8 0.7) |
| LCH | lch(77.2 9.8 176.2) |
| OKLCH | oklch(0.799 0.029 176.8) |
Copy-ready code
/* CSS */
color: #abc4bd;
background-color: #abc4bd;
/* Tailwind (arbitrary) */
class="text-[#abc4bd] bg-[#abc4bd]"
/* SCSS */
$brand: #abc4bd;
/* SwiftUI */
Color(red: 0.671, green: 0.769, blue: 0.741)
/* Android */
Color.parseColor("#abc4bd")Accessibility — WCAG contrast
Aa
#abc4bd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc4bd on black: 11.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.9%
Blue74.1%
CMYK percentages
Cyan12.8%
Magenta0.0%
Yellow3.6%
Key (black)23.1%
Color previews
#abc4bd text on a black background
contrast 11.36:1
Card sample
#abc4bd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc4bd;
Background color
Panel with #abc4bd background
background-color: #abc4bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc4bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 196, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 196, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc4bd; background: linear-gradient(135deg, #abc4bd, #ABBAC4);