#abc3fb
a light, electric blue · cool · closest name: skyblue
RGB
171, 195, 251
HSL
222°, 91%, 83%
CMYK
32, 22, 0, 2
Luminance
0.5465
Every format
| HEX | #abc3fb |
| RGB | rgb(171, 195, 251) |
| HSL | hsl(222, 91%, 83%) |
| CMYK | cmyk(32%, 22%, 0%, 2%) |
| LAB | lab(78.8 4.6 -30.2) |
| LCH | lch(78.8 30.6 278.7) |
| OKLCH | oklch(0.819 0.084 266.5) |
Copy-ready code
/* CSS */
color: #abc3fb;
background-color: #abc3fb;
/* Tailwind (arbitrary) */
class="text-[#abc3fb] bg-[#abc3fb]"
/* SCSS */
$brand: #abc3fb;
/* SwiftUI */
Color(red: 0.671, green: 0.765, blue: 0.984)
/* Android */
Color.parseColor("#abc3fb")Accessibility — WCAG contrast
Aa
#abc3fb on white: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc3fb on black: 11.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.5%
Blue98.4%
CMYK percentages
Cyan31.9%
Magenta22.3%
Yellow0.0%
Key (black)1.6%
Color previews
#abc3fb text on a black background
contrast 11.93:1
Card sample
#abc3fb text on a white background
contrast 1.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc3fb;
Background color
Panel with #abc3fb background
background-color: #abc3fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc3fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 195, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 195, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc3fb; background: linear-gradient(135deg, #abc3fb, #C8ABFB);