#abd0df
a light, soft cyan · cool · closest name: skyblue
RGB
171, 208, 223
HSL
197°, 45%, 77%
CMYK
23, 7, 0, 13
Luminance
0.5910
Every format
| HEX | #abd0df |
| RGB | rgb(171, 208, 223) |
| HSL | hsl(197, 45%, 77%) |
| CMYK | cmyk(23%, 7%, 0%, 13%) |
| LAB | lab(81.3 -8.9 -11.4) |
| LCH | lch(81.3 14.5 232.1) |
| OKLCH | oklch(0.836 0.044 224.4) |
Copy-ready code
/* CSS */
color: #abd0df;
background-color: #abd0df;
/* Tailwind (arbitrary) */
class="text-[#abd0df] bg-[#abd0df]"
/* SCSS */
$brand: #abd0df;
/* SwiftUI */
Color(red: 0.671, green: 0.816, blue: 0.875)
/* Android */
Color.parseColor("#abd0df")Accessibility — WCAG contrast
Aa
#abd0df on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd0df on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.6%
Blue87.5%
CMYK percentages
Cyan23.3%
Magenta6.7%
Yellow0.0%
Key (black)12.5%
Color previews
#abd0df text on a black background
contrast 12.82:1
Card sample
#abd0df text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd0df;
Background color
Panel with #abd0df background
background-color: #abd0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 208, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 208, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd0df; background: linear-gradient(135deg, #abd0df, #ABAEDF);