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