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