#abbaf2
a light, vivid blue · warm · closest name: skyblue
RGB
171, 186, 242
HSL
227°, 73%, 81%
CMYK
29, 23, 0, 5
Luminance
0.5019
Every format
| HEX | #abbaf2 |
| RGB | rgb(171, 186, 242) |
| HSL | hsl(227, 73%, 81%) |
| CMYK | cmyk(29%, 23%, 0%, 5%) |
| LAB | lab(76.2 7.3 -29.5) |
| LCH | lch(76.2 30.4 283.9) |
| OKLCH | oklch(0.797 0.081 272.8) |
Copy-ready code
/* CSS */
color: #abbaf2;
background-color: #abbaf2;
/* Tailwind (arbitrary) */
class="text-[#abbaf2] bg-[#abbaf2]"
/* SCSS */
$brand: #abbaf2;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#abbaf2")Accessibility — WCAG contrast
Aa
#abbaf2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbaf2 on black: 11.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue94.9%
CMYK percentages
Cyan29.3%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#abbaf2 text on a black background
contrast 11.04:1
Card sample
#abbaf2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbaf2;
Background color
Panel with #abbaf2 background
background-color: #abbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbaf2; background: linear-gradient(135deg, #abbaf2, #CBABF2);