#abdada
a light, soft cyan · cool · closest name: skyblue
RGB
171, 218, 218
HSL
180°, 39%, 76%
CMYK
22, 0, 0, 15
Luminance
0.6386
Every format
| HEX | #abdada |
| RGB | rgb(171, 218, 218) |
| HSL | hsl(180, 39%, 76%) |
| CMYK | cmyk(22%, 0%, 0%, 15%) |
| LAB | lab(83.9 -15.1 -5.0) |
| LCH | lch(83.9 15.9 198.3) |
| OKLCH | oklch(0.855 0.049 196.3) |
Copy-ready code
/* CSS */
color: #abdada;
background-color: #abdada;
/* Tailwind (arbitrary) */
class="text-[#abdada] bg-[#abdada]"
/* SCSS */
$brand: #abdada;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.855)
/* Android */
Color.parseColor("#abdada")Accessibility — WCAG contrast
Aa
#abdada on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdada on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue85.5%
CMYK percentages
Cyan21.6%
Magenta0.0%
Yellow0.0%
Key (black)14.5%
Color previews
#abdada text on a black background
contrast 13.77:1
Card sample
#abdada text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdada;
Background color
Panel with #abdada background
background-color: #abdada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdada; background: linear-gradient(135deg, #abdada, #ABBBDA);