#abccff
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 255
HSL
216°, 100%, 84%
CMYK
33, 20, 0, 0
Luminance
0.5906
Every format
| HEX | #abccff |
| RGB | rgb(171, 204, 255) |
| HSL | hsl(216, 100%, 84%) |
| CMYK | cmyk(33%, 20%, 0%, 0%) |
| LAB | lab(81.3 0.7 -28.5) |
| LCH | lch(81.3 28.6 271.5) |
| OKLCH | oklch(0.839 0.080 259.0) |
Copy-ready code
/* CSS */
color: #abccff;
background-color: #abccff;
/* Tailwind (arbitrary) */
class="text-[#abccff] bg-[#abccff]"
/* SCSS */
$brand: #abccff;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#abccff")Accessibility — WCAG contrast
Aa
#abccff on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccff on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue100.0%
CMYK percentages
Cyan32.9%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#abccff text on a black background
contrast 12.81:1
Card sample
#abccff text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccff;
Background color
Panel with #abccff background
background-color: #abccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccff; background: linear-gradient(135deg, #abccff, #C2ABFF);