#abd9df
a light, soft cyan · cool · closest name: skyblue
RGB
171, 217, 223
HSL
187°, 45%, 77%
CMYK
23, 3, 0, 13
Luminance
0.6361
Every format
| HEX | #abd9df |
| RGB | rgb(171, 217, 223) |
| HSL | hsl(187, 45%, 77%) |
| CMYK | cmyk(23%, 3%, 0%, 13%) |
| LAB | lab(83.8 -13.6 -7.8) |
| LCH | lch(83.8 15.7 210.1) |
| OKLCH | oklch(0.855 0.049 206.1) |
Copy-ready code
/* CSS */
color: #abd9df;
background-color: #abd9df;
/* Tailwind (arbitrary) */
class="text-[#abd9df] bg-[#abd9df]"
/* SCSS */
$brand: #abd9df;
/* SwiftUI */
Color(red: 0.671, green: 0.851, blue: 0.875)
/* Android */
Color.parseColor("#abd9df")Accessibility — WCAG contrast
Aa
#abd9df on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd9df on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.1%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta2.7%
Yellow0.0%
Key (black)12.5%
Color previews
#abd9df text on a black background
contrast 13.72:1
Card sample
#abd9df text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd9df;
Background color
Panel with #abd9df background
background-color: #abd9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 217, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 217, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd9df; background: linear-gradient(135deg, #abd9df, #ABB7DF);