#abcee1
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 225
HSL
201°, 47%, 78%
CMYK
24, 8, 0, 12
Luminance
0.5824
Every format
| HEX | #abcee1 |
| RGB | rgb(171, 206, 225) |
| HSL | hsl(201, 47%, 78%) |
| CMYK | cmyk(24%, 8%, 0%, 12%) |
| LAB | lab(80.9 -7.4 -13.2) |
| LCH | lch(80.9 15.2 240.7) |
| OKLCH | oklch(0.832 0.046 231.8) |
Copy-ready code
/* CSS */
color: #abcee1;
background-color: #abcee1;
/* Tailwind (arbitrary) */
class="text-[#abcee1] bg-[#abcee1]"
/* SCSS */
$brand: #abcee1;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.882)
/* Android */
Color.parseColor("#abcee1")Accessibility — WCAG contrast
Aa
#abcee1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcee1 on black: 12.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue88.2%
CMYK percentages
Cyan24.0%
Magenta8.4%
Yellow0.0%
Key (black)11.8%
Color previews
#abcee1 text on a black background
contrast 12.65:1
Card sample
#abcee1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcee1;
Background color
Panel with #abcee1 background
background-color: #abcee1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcee1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcee1; background: linear-gradient(135deg, #abcee1, #ACABE1);