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