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