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