#abdfd9
a light, soft cyan · cool · closest name: silver
RGB
171, 223, 217
HSL
173°, 45%, 77%
CMYK
23, 0, 3, 13
Luminance
0.6644
Every format
| HEX | #abdfd9 |
| RGB | rgb(171, 223, 217) |
| HSL | hsl(173, 45%, 77%) |
| CMYK | cmyk(23%, 0%, 3%, 13%) |
| LAB | lab(85.2 -17.9 -2.5) |
| LCH | lch(85.2 18.1 188.0) |
| OKLCH | oklch(0.866 0.054 187.5) |
Copy-ready code
/* CSS */
color: #abdfd9;
background-color: #abdfd9;
/* Tailwind (arbitrary) */
class="text-[#abdfd9] bg-[#abdfd9]"
/* SCSS */
$brand: #abdfd9;
/* SwiftUI */
Color(red: 0.671, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#abdfd9")Accessibility — WCAG contrast
Aa
#abdfd9 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdfd9 on black: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green87.5%
Blue85.1%
CMYK percentages
Cyan23.3%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#abdfd9 text on a black background
contrast 14.29:1
Card sample
#abdfd9 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdfd9;
Background color
Panel with #abdfd9 background
background-color: #abdfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdfd9; background: linear-gradient(135deg, #abdfd9, #ABC2DF);