#abbaf3
a light, electric blue · warm · closest name: skyblue
RGB
171, 186, 243
HSL
228°, 75%, 81%
CMYK
30, 24, 0, 5
Luminance
0.5025
Every format
| HEX | #abbaf3 |
| RGB | rgb(171, 186, 243) |
| HSL | hsl(228, 75%, 81%) |
| CMYK | cmyk(30%, 24%, 0%, 5%) |
| LAB | lab(76.2 7.5 -29.9) |
| LCH | lch(76.2 30.9 284.1) |
| OKLCH | oklch(0.798 0.083 273.0) |
Copy-ready code
/* CSS */
color: #abbaf3;
background-color: #abbaf3;
/* Tailwind (arbitrary) */
class="text-[#abbaf3] bg-[#abbaf3]"
/* SCSS */
$brand: #abbaf3;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.953)
/* Android */
Color.parseColor("#abbaf3")Accessibility — WCAG contrast
Aa
#abbaf3 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbaf3 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue95.3%
CMYK percentages
Cyan29.6%
Magenta23.5%
Yellow0.0%
Key (black)4.7%
Color previews
#abbaf3 text on a black background
contrast 11.05:1
Card sample
#abbaf3 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbaf3;
Background color
Panel with #abbaf3 background
background-color: #abbaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbaf3; background: linear-gradient(135deg, #abbaf3, #CCABF3);