#abccf8
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 248
HSL
214°, 85%, 82%
CMYK
31, 18, 0, 3
Luminance
0.5862
Every format
| HEX | #abccf8 |
| RGB | rgb(171, 204, 248) |
| HSL | hsl(214, 85%, 82%) |
| CMYK | cmyk(31%, 18%, 0%, 3%) |
| LAB | lab(81.1 -1.0 -25.2) |
| LCH | lch(81.1 25.2 267.8) |
| OKLCH | oklch(0.836 0.071 255.7) |
Copy-ready code
/* CSS */
color: #abccf8;
background-color: #abccf8;
/* Tailwind (arbitrary) */
class="text-[#abccf8] bg-[#abccf8]"
/* SCSS */
$brand: #abccf8;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.973)
/* Android */
Color.parseColor("#abccf8")Accessibility — WCAG contrast
Aa
#abccf8 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccf8 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue97.3%
CMYK percentages
Cyan31.0%
Magenta17.7%
Yellow0.0%
Key (black)2.7%
Color previews
#abccf8 text on a black background
contrast 12.72:1
Card sample
#abccf8 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccf8;
Background color
Panel with #abccf8 background
background-color: #abccf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccf8; background: linear-gradient(135deg, #abccf8, #BEABF8);