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