#abccf1
a light, vivid blue · cool · closest name: skyblue
RGB
171, 204, 241
HSL
212°, 71%, 81%
CMYK
29, 15, 0, 6
Luminance
0.5819
Every format
| HEX | #abccf1 |
| RGB | rgb(171, 204, 241) |
| HSL | hsl(212, 71%, 81%) |
| CMYK | cmyk(29%, 15%, 0%, 6%) |
| LAB | lab(80.8 -2.7 -21.8) |
| LCH | lch(80.8 22.0 263.0) |
| OKLCH | oklch(0.834 0.063 251.5) |
Copy-ready code
/* CSS */
color: #abccf1;
background-color: #abccf1;
/* Tailwind (arbitrary) */
class="text-[#abccf1] bg-[#abccf1]"
/* SCSS */
$brand: #abccf1;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#abccf1")Accessibility — WCAG contrast
Aa
#abccf1 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccf1 on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue94.5%
CMYK percentages
Cyan29.0%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#abccf1 text on a black background
contrast 12.64:1
Card sample
#abccf1 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccf1;
Background color
Panel with #abccf1 background
background-color: #abccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccf1; background: linear-gradient(135deg, #abccf1, #B9ABF1);