#abcad1
a light, soft cyan · cool · closest name: silver
RGB
171, 202, 209
HSL
191°, 29%, 75%
CMYK
18, 3, 0, 18
Luminance
0.5550
Every format
| HEX | #abcad1 |
| RGB | rgb(171, 202, 209) |
| HSL | hsl(191, 29%, 75%) |
| CMYK | cmyk(18%, 3%, 0%, 18%) |
| LAB | lab(79.3 -8.8 -6.9) |
| LCH | lch(79.3 11.2 218.1) |
| OKLCH | oklch(0.818 0.035 212.9) |
Copy-ready code
/* CSS */
color: #abcad1;
background-color: #abcad1;
/* Tailwind (arbitrary) */
class="text-[#abcad1] bg-[#abcad1]"
/* SCSS */
$brand: #abcad1;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.820)
/* Android */
Color.parseColor("#abcad1")Accessibility — WCAG contrast
Aa
#abcad1 on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcad1 on black: 12.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue82.0%
CMYK percentages
Cyan18.2%
Magenta3.3%
Yellow0.0%
Key (black)18.0%
Color previews
#abcad1 text on a black background
contrast 12.10:1
Card sample
#abcad1 text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcad1;
Background color
Panel with #abcad1 background
background-color: #abcad1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcad1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 209, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 209, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcad1; background: linear-gradient(135deg, #abcad1, #ABB1D1);