#abc2fe
a light, electric blue · cool · closest name: skyblue
RGB
171, 194, 254
HSL
223°, 98%, 83%
CMYK
33, 24, 0, 0
Luminance
0.5440
Every format
| HEX | #abc2fe |
| RGB | rgb(171, 194, 254) |
| HSL | hsl(223, 98%, 83%) |
| CMYK | cmyk(33%, 24%, 0%, 0%) |
| LAB | lab(78.7 5.9 -32.0) |
| LCH | lch(78.7 32.6 280.4) |
| OKLCH | oklch(0.818 0.089 268.2) |
Copy-ready code
/* CSS */
color: #abc2fe;
background-color: #abc2fe;
/* Tailwind (arbitrary) */
class="text-[#abc2fe] bg-[#abc2fe]"
/* SCSS */
$brand: #abc2fe;
/* SwiftUI */
Color(red: 0.671, green: 0.761, blue: 0.996)
/* Android */
Color.parseColor("#abc2fe")Accessibility — WCAG contrast
Aa
#abc2fe on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abc2fe on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green76.1%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta23.6%
Yellow0.0%
Key (black)0.4%
Color previews
#abc2fe text on a black background
contrast 11.88:1
Card sample
#abc2fe text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abc2fe;
Background color
Panel with #abc2fe background
background-color: #abc2fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abc2fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 194, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 194, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abc2fe; background: linear-gradient(135deg, #abc2fe, #CBABFE);