#abccf4
a light, electric blue · cool · closest name: skyblue
RGB
171, 204, 244
HSL
213°, 77%, 81%
CMYK
30, 16, 0, 4
Luminance
0.5838
Every format
| HEX | #abccf4 |
| RGB | rgb(171, 204, 244) |
| HSL | hsl(213, 77%, 81%) |
| CMYK | cmyk(30%, 16%, 0%, 4%) |
| LAB | lab(81.0 -1.9 -23.3) |
| LCH | lch(81.0 23.3 265.2) |
| OKLCH | oklch(0.835 0.067 253.5) |
Copy-ready code
/* CSS */
color: #abccf4;
background-color: #abccf4;
/* Tailwind (arbitrary) */
class="text-[#abccf4] bg-[#abccf4]"
/* SCSS */
$brand: #abccf4;
/* SwiftUI */
Color(red: 0.671, green: 0.800, blue: 0.957)
/* Android */
Color.parseColor("#abccf4")Accessibility — WCAG contrast
Aa
#abccf4 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abccf4 on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green80.0%
Blue95.7%
CMYK percentages
Cyan29.9%
Magenta16.4%
Yellow0.0%
Key (black)4.3%
Color previews
#abccf4 text on a black background
contrast 12.68:1
Card sample
#abccf4 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abccf4;
Background color
Panel with #abccf4 background
background-color: #abccf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abccf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 204, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 204, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abccf4; background: linear-gradient(135deg, #abccf4, #BBABF4);