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