#abccf6
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 246
HSL
214°, 81%, 82%
CMYK
31, 17, 0, 4
Luminance
0.5850
Every format
| HEX | #abccf6 |
| RGB | rgb(171, 204, 246) |
| HSL | hsl(214, 81%, 82%) |
| CMYK | cmyk(31%, 17%, 0%, 4%) |
| LAB | lab(81.0 -1.5 -24.2) |
| LCH | lch(81.0 24.3 266.6) |
| OKLCH | oklch(0.836 0.069 254.6) |
Copy-ready code
/* CSS */
color: #abccf6;
background-color: #abccf6;
/* Tailwind (arbitrary) */
class="text-[#abccf6] bg-[#abccf6]"
/* SCSS */
$brand: #abccf6;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#abccf6")Accessibility — WCAG contrast
Aa
#abccf6 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccf6 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue96.5%
CMYK percentages
Cyan30.5%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#abccf6 text on a black background
contrast 12.70:1
Card sample
#abccf6 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccf6;
Background color
Panel with #abccf6 background
background-color: #abccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccf6; background: linear-gradient(135deg, #abccf6, #BCABF6);