#abcbfe
a light, electric blue · cool · closest name: skyblue
RGB
171, 203, 254
HSL
217°, 98%, 83%
CMYK
33, 20, 0, 0
Luminance
0.5853
Every format
| HEX | #abcbfe |
| RGB | rgb(171, 203, 254) |
| HSL | hsl(217, 98%, 83%) |
| CMYK | cmyk(33%, 20%, 0%, 0%) |
| LAB | lab(81.0 1.0 -28.5) |
| LCH | lch(81.0 28.5 272.1) |
| OKLCH | oklch(0.837 0.080 259.6) |
Copy-ready code
/* CSS */
color: #abcbfe;
background-color: #abcbfe;
/* Tailwind (arbitrary) */
class="text-[#abcbfe] bg-[#abcbfe]"
/* SCSS */
$brand: #abcbfe;
/* SwiftUI */
Color(red: 0.671, green: 0.796, blue: 0.996)
/* Android */
Color.parseColor("#abcbfe")Accessibility — WCAG contrast
Aa
#abcbfe on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abcbfe on black: 12.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green79.6%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta20.1%
Yellow0.0%
Key (black)0.4%
Color previews
#abcbfe text on a black background
contrast 12.71:1
Card sample
#abcbfe text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abcbfe;
Background color
Panel with #abcbfe background
background-color: #abcbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abcbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 203, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 203, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abcbfe; background: linear-gradient(135deg, #abcbfe, #C2ABFE);