#abc3ee
a light, vivid blue · cool · closest name: skyblue
RGB
171, 195, 238
HSL
219°, 66%, 80%
CMYK
28, 18, 0, 7
Luminance
0.5386
Every format
| HEX | #abc3ee |
| RGB | rgb(171, 195, 238) |
| HSL | hsl(219, 66%, 80%) |
| CMYK | cmyk(28%, 18%, 0%, 7%) |
| LAB | lab(78.4 1.4 -23.9) |
| LCH | lch(78.4 24.0 273.4) |
| OKLCH | oklch(0.814 0.066 262.0) |
Copy-ready code
/* CSS */
color: #abc3ee;
background-color: #abc3ee;
/* Tailwind (arbitrary) */
class="text-[#abc3ee] bg-[#abc3ee]"
/* SCSS */
$brand: #abc3ee;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.933)
/* Android */
Color.parseColor("#abc3ee")Accessibility — WCAG contrast
Aa
#abc3ee on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3ee on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue93.3%
CMYK percentages
Cyan28.2%
Magenta18.1%
Yellow0.0%
Key (black)6.7%
Color previews
#abc3ee text on a black background
contrast 11.77:1
Card sample
#abc3ee text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3ee;
Background color
Panel with #abc3ee background
background-color: #abc3ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3ee; background: linear-gradient(135deg, #abc3ee, #C0ABEE);