#abc3e2
a light, vivid blue · cool · closest name: skyblue
RGB
171, 195, 226
HSL
214°, 49%, 78%
CMYK
24, 14, 0, 11
Luminance
0.5318
Every format
| HEX | #abc3e2 |
| RGB | rgb(171, 195, 226) |
| HSL | hsl(214, 49%, 78%) |
| CMYK | cmyk(24%, 14%, 0%, 11%) |
| LAB | lab(78.0 -1.4 -18.1) |
| LCH | lch(78.0 18.2 265.7) |
| OKLCH | oklch(0.809 0.051 254.9) |
Copy-ready code
/* CSS */
color: #abc3e2;
background-color: #abc3e2;
/* Tailwind (arbitrary) */
class="text-[#abc3e2] bg-[#abc3e2]"
/* SCSS */
$brand: #abc3e2;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.886)
/* Android */
Color.parseColor("#abc3e2")Accessibility — WCAG contrast
Aa
#abc3e2 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3e2 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue88.6%
CMYK percentages
Cyan24.3%
Magenta13.7%
Yellow0.0%
Key (black)11.4%
Color previews
#abc3e2 text on a black background
contrast 11.64:1
Card sample
#abc3e2 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3e2;
Background color
Panel with #abc3e2 background
background-color: #abc3e2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3e2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3e2; background: linear-gradient(135deg, #abc3e2, #B8ABE2);