#abc1fc
a light, electric blue · cool · closest name: skyblue
RGB
171, 193, 252
HSL
224°, 93%, 83%
CMYK
32, 23, 0, 1
Luminance
0.5383
Every format
| HEX | #abc1fc |
| RGB | rgb(171, 193, 252) |
| HSL | hsl(224, 93%, 83%) |
| CMYK | cmyk(32%, 23%, 0%, 1%) |
| LAB | lab(78.4 5.9 -31.5) |
| LCH | lch(78.4 32.0 280.7) |
| OKLCH | oklch(0.815 0.087 268.6) |
Copy-ready code
/* CSS */
color: #abc1fc;
background-color: #abc1fc;
/* Tailwind (arbitrary) */
class="text-[#abc1fc] bg-[#abc1fc]"
/* SCSS */
$brand: #abc1fc;
/* SwiftUI */
Color(red: 0.671, green: 0.757, blue: 0.988)
/* Android */
Color.parseColor("#abc1fc")Accessibility — WCAG contrast
Aa
#abc1fc on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc1fc on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green75.7%
Blue98.8%
CMYK percentages
Cyan32.1%
Magenta23.4%
Yellow0.0%
Key (black)1.2%
Color previews
#abc1fc text on a black background
contrast 11.77:1
Card sample
#abc1fc text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc1fc;
Background color
Panel with #abc1fc background
background-color: #abc1fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc1fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 193, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 193, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc1fc; background: linear-gradient(135deg, #abc1fc, #CBABFC);