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