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