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