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