#abc0cf
a light, soft blue · cool · closest name: silver
RGB
171, 192, 207
HSL
205°, 27%, 74%
CMYK
17, 7, 0, 19
Luminance
0.5086
Every format
| HEX | #abc0cf |
| RGB | rgb(171, 192, 207) |
| HSL | hsl(205, 27%, 74%) |
| CMYK | cmyk(17%, 7%, 0%, 19%) |
| LAB | lab(76.6 -4.0 -9.9) |
| LCH | lch(76.6 10.7 248.1) |
| OKLCH | oklch(0.797 0.031 238.9) |
Copy-ready code
/* CSS */
color: #abc0cf;
background-color: #abc0cf;
/* Tailwind (arbitrary) */
class="text-[#abc0cf] bg-[#abc0cf]"
/* SCSS */
$brand: #abc0cf;
/* SwiftUI */
Color(red: 0.671, green: 0.753, blue: 0.812)
/* Android */
Color.parseColor("#abc0cf")Accessibility — WCAG contrast
Aa
#abc0cf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc0cf on black: 11.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.3%
Blue81.2%
CMYK percentages
Cyan17.4%
Magenta7.2%
Yellow0.0%
Key (black)18.8%
Color previews
#abc0cf text on a black background
contrast 11.17:1
Card sample
#abc0cf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc0cf;
Background color
Panel with #abc0cf background
background-color: #abc0cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc0cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 192, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 192, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc0cf; background: linear-gradient(135deg, #abc0cf, #AEABCF);