#abc3e4
a light, vivid blue · cool · closest name: skyblue
RGB
171, 195, 228
HSL
215°, 51%, 78%
CMYK
25, 15, 0, 11
Luminance
0.5329
Every format
| HEX | #abc3e4 |
| RGB | rgb(171, 195, 228) |
| HSL | hsl(215, 51%, 78%) |
| CMYK | cmyk(25%, 15%, 0%, 11%) |
| LAB | lab(78.0 -0.9 -19.1) |
| LCH | lch(78.0 19.1 267.3) |
| OKLCH | oklch(0.810 0.054 256.4) |
Copy-ready code
/* CSS */
color: #abc3e4;
background-color: #abc3e4;
/* Tailwind (arbitrary) */
class="text-[#abc3e4] bg-[#abc3e4]"
/* SCSS */
$brand: #abc3e4;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.894)
/* Android */
Color.parseColor("#abc3e4")Accessibility — WCAG contrast
Aa
#abc3e4 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3e4 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue89.4%
CMYK percentages
Cyan25.0%
Magenta14.5%
Yellow0.0%
Key (black)10.6%
Color previews
#abc3e4 text on a black background
contrast 11.66:1
Card sample
#abc3e4 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3e4;
Background color
Panel with #abc3e4 background
background-color: #abc3e4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3e4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3e4; background: linear-gradient(135deg, #abc3e4, #B9ABE4);