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