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