#abc2ca
a light, soft cyan · cool · closest name: silver
RGB
171, 194, 202
HSL
196°, 23%, 73%
CMYK
15, 4, 0, 21
Luminance
0.5151
Every format
| HEX | #abc2ca |
| RGB | rgb(171, 194, 202) |
| HSL | hsl(196, 23%, 73%) |
| CMYK | cmyk(15%, 4%, 0%, 21%) |
| LAB | lab(77.0 -6.1 -6.6) |
| LCH | lch(77.0 9.0 227.3) |
| OKLCH | oklch(0.799 0.028 220.7) |
Copy-ready code
/* CSS */
color: #abc2ca;
background-color: #abc2ca;
/* Tailwind (arbitrary) */
class="text-[#abc2ca] bg-[#abc2ca]"
/* SCSS */
$brand: #abc2ca;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.792)
/* Android */
Color.parseColor("#abc2ca")Accessibility — WCAG contrast
Aa
#abc2ca on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2ca on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue79.2%
CMYK percentages
Cyan15.3%
Magenta4.0%
Yellow0.0%
Key (black)20.8%
Color previews
#abc2ca text on a black background
contrast 11.30:1
Card sample
#abc2ca text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2ca;
Background color
Panel with #abc2ca background
background-color: #abc2ca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2ca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2ca; background: linear-gradient(135deg, #abc2ca, #ABADCA);