#abdaeb
a light, vivid cyan · cool · closest name: skyblue
RGB
171, 218, 235
HSL
196°, 62%, 80%
CMYK
27, 7, 0, 8
Luminance
0.6480
Every format
| HEX | #abdaeb |
| RGB | rgb(171, 218, 235) |
| HSL | hsl(196, 62%, 80%) |
| CMYK | cmyk(27%, 7%, 0%, 8%) |
| LAB | lab(84.4 -11.4 -13.3) |
| LCH | lch(84.4 17.5 229.5) |
| OKLCH | oklch(0.861 0.054 222.0) |
Copy-ready code
/* CSS */
color: #abdaeb;
background-color: #abdaeb;
/* Tailwind (arbitrary) */
class="text-[#abdaeb] bg-[#abdaeb]"
/* SCSS */
$brand: #abdaeb;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.922)
/* Android */
Color.parseColor("#abdaeb")Accessibility — WCAG contrast
Aa
#abdaeb on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdaeb on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta7.2%
Yellow0.0%
Key (black)7.8%
Color previews
#abdaeb text on a black background
contrast 13.96:1
Card sample
#abdaeb text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdaeb;
Background color
Panel with #abdaeb background
background-color: #abdaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdaeb; background: linear-gradient(135deg, #abdaeb, #ABAFEB);