#abccea
a light, vivid blue · cool · closest name: skyblue
RGB
171, 204, 234
HSL
209°, 60%, 79%
CMYK
27, 13, 0, 8
Luminance
0.5778
Every format
| HEX | #abccea |
| RGB | rgb(171, 204, 234) |
| HSL | hsl(209, 60%, 79%) |
| CMYK | cmyk(27%, 13%, 0%, 8%) |
| LAB | lab(80.6 -4.3 -18.4) |
| LCH | lch(80.6 18.9 256.8) |
| OKLCH | oklch(0.831 0.055 246.0) |
Copy-ready code
/* CSS */
color: #abccea;
background-color: #abccea;
/* Tailwind (arbitrary) */
class="text-[#abccea] bg-[#abccea]"
/* SCSS */
$brand: #abccea;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.918)
/* Android */
Color.parseColor("#abccea")Accessibility — WCAG contrast
Aa
#abccea on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccea on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue91.8%
CMYK percentages
Cyan26.9%
Magenta12.8%
Yellow0.0%
Key (black)8.2%
Color previews
#abccea text on a black background
contrast 12.56:1
Card sample
#abccea text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccea;
Background color
Panel with #abccea background
background-color: #abccea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccea; background: linear-gradient(135deg, #abccea, #B4ABEA);