#abccfc
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 252
HSL
216°, 93%, 83%
CMYK
32, 19, 0, 1
Luminance
0.5887
Every format
| HEX | #abccfc |
| RGB | rgb(171, 204, 252) |
| HSL | hsl(216, 93%, 83%) |
| CMYK | cmyk(32%, 19%, 0%, 1%) |
| LAB | lab(81.2 0.0 -27.1) |
| LCH | lch(81.2 27.1 270.0) |
| OKLCH | oklch(0.838 0.076 257.7) |
Copy-ready code
/* CSS */
color: #abccfc;
background-color: #abccfc;
/* Tailwind (arbitrary) */
class="text-[#abccfc] bg-[#abccfc]"
/* SCSS */
$brand: #abccfc;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.988)
/* Android */
Color.parseColor("#abccfc")Accessibility — WCAG contrast
Aa
#abccfc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccfc on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta19.0%
Yellow0.0%
Key (black)1.2%
Color previews
#abccfc text on a black background
contrast 12.77:1
Card sample
#abccfc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccfc;
Background color
Panel with #abccfc background
background-color: #abccfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccfc; background: linear-gradient(135deg, #abccfc, #C0ABFC);