#abcad3
a light, soft cyan · cool · closest name: silver
RGB
171, 202, 211
HSL
194°, 31%, 75%
CMYK
19, 4, 0, 17
Luminance
0.5560
Every format
| HEX | #abcad3 |
| RGB | rgb(171, 202, 211) |
| HSL | hsl(194, 31%, 75%) |
| CMYK | cmyk(19%, 4%, 0%, 17%) |
| LAB | lab(79.4 -8.4 -7.9) |
| LCH | lch(79.4 11.6 223.3) |
| OKLCH | oklch(0.819 0.036 217.2) |
Copy-ready code
/* CSS */
color: #abcad3;
background-color: #abcad3;
/* Tailwind (arbitrary) */
class="text-[#abcad3] bg-[#abcad3]"
/* SCSS */
$brand: #abcad3;
/* SwiftUI */
Color(red: 0.671, green: 0.792, blue: 0.827)
/* Android */
Color.parseColor("#abcad3")Accessibility — WCAG contrast
Aa
#abcad3 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcad3 on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.2%
Blue82.7%
CMYK percentages
Cyan19.0%
Magenta4.3%
Yellow0.0%
Key (black)17.3%
Color previews
#abcad3 text on a black background
contrast 12.12:1
Card sample
#abcad3 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcad3;
Background color
Panel with #abcad3 background
background-color: #abcad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 202, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 202, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcad3; background: linear-gradient(135deg, #abcad3, #ABAFD3);