#abcee7
a light, vivid blue · cool · closest name: skyblue
RGB
171, 206, 231
HSL
205°, 56%, 79%
CMYK
26, 11, 0, 9
Luminance
0.5857
Every format
| HEX | #abcee7 |
| RGB | rgb(171, 206, 231) |
| HSL | hsl(205, 56%, 79%) |
| CMYK | cmyk(26%, 11%, 0%, 9%) |
| LAB | lab(81.0 -6.0 -16.2) |
| LCH | lch(81.0 17.3 249.5) |
| OKLCH | oklch(0.834 0.051 239.3) |
Copy-ready code
/* CSS */
color: #abcee7;
background-color: #abcee7;
/* Tailwind (arbitrary) */
class="text-[#abcee7] bg-[#abcee7]"
/* SCSS */
$brand: #abcee7;
/* SwiftUI */
Color(red: 0.671, green: 0.808, blue: 0.906)
/* Android */
Color.parseColor("#abcee7")Accessibility — WCAG contrast
Aa
#abcee7 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcee7 on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.8%
Blue90.6%
CMYK percentages
Cyan26.0%
Magenta10.8%
Yellow0.0%
Key (black)9.4%
Color previews
#abcee7 text on a black background
contrast 12.71:1
Card sample
#abcee7 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcee7;
Background color
Panel with #abcee7 background
background-color: #abcee7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcee7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 206, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 206, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcee7; background: linear-gradient(135deg, #abcee7, #B0ABE7);