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