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