#abdaf3
a light, electric blue · cool · closest name: skyblue
RGB
171, 218, 243
HSL
201°, 75%, 81%
CMYK
30, 10, 0, 5
Luminance
0.6527
Every format
| HEX | #abdaf3 |
| RGB | rgb(171, 218, 243) |
| HSL | hsl(201, 75%, 81%) |
| CMYK | cmyk(30%, 10%, 0%, 5%) |
| LAB | lab(84.6 -9.5 -17.2) |
| LCH | lch(84.6 19.6 241.0) |
| OKLCH | oklch(0.864 0.060 231.5) |
Copy-ready code
/* CSS */
color: #abdaf3;
background-color: #abdaf3;
/* Tailwind (arbitrary) */
class="text-[#abdaf3] bg-[#abdaf3]"
/* SCSS */
$brand: #abdaf3;
/* SwiftUI */
Color(red: 0.671, green: 0.855, blue: 0.953)
/* Android */
Color.parseColor("#abdaf3")Accessibility — WCAG contrast
Aa
#abdaf3 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abdaf3 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green85.5%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta10.3%
Yellow0.0%
Key (black)4.7%
Color previews
#abdaf3 text on a black background
contrast 14.05:1
Card sample
#abdaf3 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abdaf3;
Background color
Panel with #abdaf3 background
background-color: #abdaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abdaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 218, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 218, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abdaf3; background: linear-gradient(135deg, #abdaf3, #ACABF3);