#abdbfe
a light, electric blue · cool · closest name: skyblue
RGB
171, 219, 254
HSL
205°, 98%, 83%
CMYK
33, 14, 0, 0
Luminance
0.6648
Every format
| HEX | #abdbfe |
| RGB | rgb(171, 219, 254) |
| HSL | hsl(205, 98%, 83%) |
| CMYK | cmyk(33%, 14%, 0%, 0%) |
| LAB | lab(85.2 -7.4 -22.1) |
| LCH | lch(85.2 23.3 251.4) |
| OKLCH | oklch(0.870 0.070 240.2) |
Copy-ready code
/* CSS */
color: #abdbfe;
background-color: #abdbfe;
/* Tailwind (arbitrary) */
class="text-[#abdbfe] bg-[#abdbfe]"
/* SCSS */
$brand: #abdbfe;
/* SwiftUI */
Color(red: 0.671, green: 0.859, blue: 0.996)
/* Android */
Color.parseColor("#abdbfe")Accessibility — WCAG contrast
Aa
#abdbfe on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdbfe on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.9%
Blue99.6%
CMYK percentages
Cyan32.7%
Magenta13.8%
Yellow0.0%
Key (black)0.4%
Color previews
#abdbfe text on a black background
contrast 14.30:1
Card sample
#abdbfe text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdbfe;
Background color
Panel with #abdbfe background
background-color: #abdbfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdbfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 219, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 219, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdbfe; background: linear-gradient(135deg, #abdbfe, #B2ABFE);