#abc9cf
a light, soft cyan · cool · closest name: silver
RGB
171, 201, 207
HSL
190°, 27%, 74%
CMYK
17, 3, 0, 19
Luminance
0.5494
Every format
| HEX | #abc9cf |
| RGB | rgb(171, 201, 207) |
| HSL | hsl(190, 27%, 74%) |
| CMYK | cmyk(17%, 3%, 0%, 19%) |
| LAB | lab(79.0 -8.7 -6.3) |
| LCH | lch(79.0 10.8 216.0) |
| OKLCH | oklch(0.816 0.033 211.1) |
Copy-ready code
/* CSS */
color: #abc9cf;
background-color: #abc9cf;
/* Tailwind (arbitrary) */
class="text-[#abc9cf] bg-[#abc9cf]"
/* SCSS */
$brand: #abc9cf;
/* SwiftUI */
Color(red: 0.671, green: 0.788, blue: 0.812)
/* Android */
Color.parseColor("#abc9cf")Accessibility — WCAG contrast
Aa
#abc9cf on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc9cf on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.8%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta2.9%
Yellow0.0%
Key (black)18.8%
Color previews
#abc9cf text on a black background
contrast 11.99:1
Card sample
#abc9cf text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc9cf;
Background color
Panel with #abc9cf background
background-color: #abc9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 201, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 201, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc9cf; background: linear-gradient(135deg, #abc9cf, #ABB1CF);