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