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