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