#abcbfc
a light, electric blue · cool · closest name: skyblue
RGB
171, 203, 252
HSL
216°, 93%, 83%
CMYK
32, 19, 0, 1
Luminance
0.5840
Every format
| HEX | #abcbfc |
| RGB | rgb(171, 203, 252) |
| HSL | hsl(216, 93%, 83%) |
| CMYK | cmyk(32%, 19%, 0%, 1%) |
| LAB | lab(81.0 0.5 -27.5) |
| LCH | lch(81.0 27.5 271.1) |
| OKLCH | oklch(0.836 0.077 258.8) |
Copy-ready code
/* CSS */
color: #abcbfc;
background-color: #abcbfc;
/* Tailwind (arbitrary) */
class="text-[#abcbfc] bg-[#abcbfc]"
/* SCSS */
$brand: #abcbfc;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.988)
/* Android */
Color.parseColor("#abcbfc")Accessibility — WCAG contrast
Aa
#abcbfc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbfc on black: 12.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta19.4%
Yellow0.0%
Key (black)1.2%
Color previews
#abcbfc text on a black background
contrast 12.68:1
Card sample
#abcbfc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbfc;
Background color
Panel with #abcbfc background
background-color: #abcbfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbfc; background: linear-gradient(135deg, #abcbfc, #C1ABFC);