#abc9eb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 201, 235
HSL
212°, 62%, 80%
CMYK
27, 15, 0, 8
Luminance
0.5643
Every format
| HEX | #abc9eb |
| RGB | rgb(171, 201, 235) |
| HSL | hsl(212, 62%, 80%) |
| CMYK | cmyk(27%, 15%, 0%, 8%) |
| LAB | lab(79.9 -2.5 -20.1) |
| LCH | lch(79.9 20.3 263.0) |
| OKLCH | oklch(0.825 0.058 251.7) |
Copy-ready code
/* CSS */
color: #abc9eb;
background-color: #abc9eb;
/* Tailwind (arbitrary) */
class="text-[#abc9eb] bg-[#abc9eb]"
/* SCSS */
$brand: #abc9eb;
/* SwiftUI */
Color(red: 0.671, green: 0.788, blue: 0.922)
/* Android */
Color.parseColor("#abc9eb")Accessibility — WCAG contrast
Aa
#abc9eb on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc9eb on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.8%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta14.5%
Yellow0.0%
Key (black)7.8%
Color previews
#abc9eb text on a black background
contrast 12.29:1
Card sample
#abc9eb text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc9eb;
Background color
Panel with #abc9eb background
background-color: #abc9eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc9eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 201, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 201, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc9eb; background: linear-gradient(135deg, #abc9eb, #B8ABEB);