#abdaf2
a light, vivid blue · cool · closest name: skyblue
RGB
171, 218, 242
HSL
200°, 73%, 81%
CMYK
29, 10, 0, 5
Luminance
0.6521
Every format
| HEX | #abdaf2 |
| RGB | rgb(171, 218, 242) |
| HSL | hsl(200, 73%, 81%) |
| CMYK | cmyk(29%, 10%, 0%, 5%) |
| LAB | lab(84.6 -9.8 -16.7) |
| LCH | lch(84.6 19.3 239.7) |
| OKLCH | oklch(0.863 0.059 230.4) |
Copy-ready code
/* CSS */
color: #abdaf2;
background-color: #abdaf2;
/* Tailwind (arbitrary) */
class="text-[#abdaf2] bg-[#abdaf2]"
/* SCSS */
$brand: #abdaf2;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#abdaf2")Accessibility — WCAG contrast
Aa
#abdaf2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdaf2 on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta9.9%
Yellow0.0%
Key (black)5.1%
Color previews
#abdaf2 text on a black background
contrast 14.04:1
Card sample
#abdaf2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdaf2;
Background color
Panel with #abdaf2 background
background-color: #abdaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdaf2; background: linear-gradient(135deg, #abdaf2, #ABABF2);