#abccfb
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 251
HSL
215°, 91%, 83%
CMYK
32, 19, 0, 2
Luminance
0.5881
Every format
| HEX | #abccfb |
| RGB | rgb(171, 204, 251) |
| HSL | hsl(215, 91%, 83%) |
| CMYK | cmyk(32%, 19%, 0%, 2%) |
| LAB | lab(81.2 -0.3 -26.6) |
| LCH | lch(81.2 26.6 269.5) |
| OKLCH | oklch(0.837 0.075 257.2) |
Copy-ready code
/* CSS */
color: #abccfb;
background-color: #abccfb;
/* Tailwind (arbitrary) */
class="text-[#abccfb] bg-[#abccfb]"
/* SCSS */
$brand: #abccfb;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#abccfb")Accessibility — WCAG contrast
Aa
#abccfb on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccfb on black: 12.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#abccfb text on a black background
contrast 12.76:1
Card sample
#abccfb text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccfb;
Background color
Panel with #abccfb background
background-color: #abccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccfb; background: linear-gradient(135deg, #abccfb, #BFABFB);