#abcacd
a light, soft cyan · cool · closest name: silver
RGB
171, 202, 205
HSL
185°, 25%, 74%
CMYK
17, 2, 0, 20
Luminance
0.5531
Every format
| HEX | #abcacd |
| RGB | rgb(171, 202, 205) |
| HSL | hsl(185, 25%, 74%) |
| CMYK | cmyk(17%, 2%, 0%, 20%) |
| LAB | lab(79.2 -9.7 -5.0) |
| LCH | lch(79.2 10.9 207.1) |
| OKLCH | oklch(0.817 0.034 203.7) |
Copy-ready code
/* CSS */
color: #abcacd;
background-color: #abcacd;
/* Tailwind (arbitrary) */
class="text-[#abcacd] bg-[#abcacd]"
/* SCSS */
$brand: #abcacd;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.804)
/* Android */
Color.parseColor("#abcacd")Accessibility — WCAG contrast
Aa
#abcacd on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcacd on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue80.4%
CMYK percentages
Cyan16.6%
Magenta1.5%
Yellow0.0%
Key (black)19.6%
Color previews
#abcacd text on a black background
contrast 12.06:1
Card sample
#abcacd text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcacd;
Background color
Panel with #abcacd background
background-color: #abcacd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcacd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcacd; background: linear-gradient(135deg, #abcacd, #ABB3CD);