#abc3eb
a light, vivid blue · cool · closest name: skyblue
RGB
171, 195, 235
HSL
218°, 62%, 80%
CMYK
27, 17, 0, 8
Luminance
0.5369
Every format
| HEX | #abc3eb |
| RGB | rgb(171, 195, 235) |
| HSL | hsl(218, 62%, 80%) |
| CMYK | cmyk(27%, 17%, 0%, 8%) |
| LAB | lab(78.3 0.7 -22.5) |
| LCH | lch(78.3 22.5 271.9) |
| OKLCH | oklch(0.813 0.063 260.6) |
Copy-ready code
/* CSS */
color: #abc3eb;
background-color: #abc3eb;
/* Tailwind (arbitrary) */
class="text-[#abc3eb] bg-[#abc3eb]"
/* SCSS */
$brand: #abc3eb;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.922)
/* Android */
Color.parseColor("#abc3eb")Accessibility — WCAG contrast
Aa
#abc3eb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3eb on black: 11.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue92.2%
CMYK percentages
Cyan27.2%
Magenta17.0%
Yellow0.0%
Key (black)7.8%
Color previews
#abc3eb text on a black background
contrast 11.74:1
Card sample
#abc3eb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3eb;
Background color
Panel with #abc3eb background
background-color: #abc3eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3eb; background: linear-gradient(135deg, #abc3eb, #BEABEB);