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