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