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