#abcee3
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 227
HSL
203°, 50%, 78%
CMYK
25, 9, 0, 11
Luminance
0.5835
Every format
| HEX | #abcee3 |
| RGB | rgb(171, 206, 227) |
| HSL | hsl(203, 50%, 78%) |
| CMYK | cmyk(25%, 9%, 0%, 11%) |
| LAB | lab(80.9 -7.0 -14.2) |
| LCH | lch(80.9 15.8 243.9) |
| OKLCH | oklch(0.833 0.048 234.5) |
Copy-ready code
/* CSS */
color: #abcee3;
background-color: #abcee3;
/* Tailwind (arbitrary) */
class="text-[#abcee3] bg-[#abcee3]"
/* SCSS */
$brand: #abcee3;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.890)
/* Android */
Color.parseColor("#abcee3")Accessibility — WCAG contrast
Aa
#abcee3 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcee3 on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue89.0%
CMYK percentages
Cyan24.7%
Magenta9.3%
Yellow0.0%
Key (black)11.0%
Color previews
#abcee3 text on a black background
contrast 12.67:1
Card sample
#abcee3 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcee3;
Background color
Panel with #abcee3 background
background-color: #abcee3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcee3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcee3; background: linear-gradient(135deg, #abcee3, #ADABE3);