#abc7e2
a light, vivid blue · cool · closest name: skyblue
RGB
171, 199, 226
HSL
210°, 49%, 78%
CMYK
24, 12, 0, 11
Luminance
0.5500
Every format
| HEX | #abc7e2 |
| RGB | rgb(171, 199, 226) |
| HSL | hsl(210, 49%, 78%) |
| CMYK | cmyk(24%, 12%, 0%, 11%) |
| LAB | lab(79.0 -3.5 -16.5) |
| LCH | lch(79.0 16.9 258.0) |
| OKLCH | oklch(0.818 0.049 247.5) |
Copy-ready code
/* CSS */
color: #abc7e2;
background-color: #abc7e2;
/* Tailwind (arbitrary) */
class="text-[#abc7e2] bg-[#abc7e2]"
/* SCSS */
$brand: #abc7e2;
/* SwiftUI */
Color(red: 0.671, green: 0.780, blue: 0.886)
/* Android */
Color.parseColor("#abc7e2")Accessibility — WCAG contrast
Aa
#abc7e2 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc7e2 on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green78.0%
Blue88.6%
CMYK percentages
Cyan24.3%
Magenta11.9%
Yellow0.0%
Key (black)11.4%
Color previews
#abc7e2 text on a black background
contrast 12.00:1
Card sample
#abc7e2 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc7e2;
Background color
Panel with #abc7e2 background
background-color: #abc7e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc7e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 199, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 199, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc7e2; background: linear-gradient(135deg, #abc7e2, #B4ABE2);