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