#abcad6
a light, soft cyan · cool · closest name: silver
RGB
171, 202, 214
HSL
197°, 34%, 76%
CMYK
20, 6, 0, 16
Luminance
0.5575
Every format
| HEX | #abcad6 |
| RGB | rgb(171, 202, 214) |
| HSL | hsl(197, 34%, 76%) |
| CMYK | cmyk(20%, 6%, 0%, 16%) |
| LAB | lab(79.5 -7.8 -9.4) |
| LCH | lch(79.5 12.2 230.5) |
| OKLCH | oklch(0.820 0.037 223.2) |
Copy-ready code
/* CSS */
color: #abcad6;
background-color: #abcad6;
/* Tailwind (arbitrary) */
class="text-[#abcad6] bg-[#abcad6]"
/* SCSS */
$brand: #abcad6;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.839)
/* Android */
Color.parseColor("#abcad6")Accessibility — WCAG contrast
Aa
#abcad6 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcad6 on black: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue83.9%
CMYK percentages
Cyan20.1%
Magenta5.6%
Yellow0.0%
Key (black)16.1%
Color previews
#abcad6 text on a black background
contrast 12.15:1
Card sample
#abcad6 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcad6;
Background color
Panel with #abcad6 background
background-color: #abcad6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcad6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcad6; background: linear-gradient(135deg, #abcad6, #ABADD6);