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