#abd0eb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 208, 235
HSL
205°, 62%, 80%
CMYK
27, 12, 0, 8
Luminance
0.5977
Every format
| HEX | #abd0eb |
| RGB | rgb(171, 208, 235) |
| HSL | hsl(205, 62%, 80%) |
| CMYK | cmyk(27%, 12%, 0%, 8%) |
| LAB | lab(81.7 -6.2 -17.3) |
| LCH | lch(81.7 18.4 250.3) |
| OKLCH | oklch(0.840 0.055 240.0) |
Copy-ready code
/* CSS */
color: #abd0eb;
background-color: #abd0eb;
/* Tailwind (arbitrary) */
class="text-[#abd0eb] bg-[#abd0eb]"
/* SCSS */
$brand: #abd0eb;
/* SwiftUI */
Color(red: 0.671, green: 0.816, blue: 0.922)
/* Android */
Color.parseColor("#abd0eb")Accessibility — WCAG contrast
Aa
#abd0eb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abd0eb on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green81.6%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta11.5%
Yellow0.0%
Key (black)7.8%
Color previews
#abd0eb text on a black background
contrast 12.95:1
Card sample
#abd0eb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abd0eb;
Background color
Panel with #abd0eb background
background-color: #abd0eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abd0eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 208, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 208, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abd0eb; background: linear-gradient(135deg, #abd0eb, #B1ABEB);