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