#abbaf8
a light, electric blue · warm · closest name: plum
RGB
171, 186, 248
HSL
228°, 85%, 82%
CMYK
31, 25, 0, 3
Luminance
0.5055
Every format
| HEX | #abbaf8 |
| RGB | rgb(171, 186, 248) |
| HSL | hsl(228, 85%, 82%) |
| CMYK | cmyk(31%, 25%, 0%, 3%) |
| LAB | lab(76.4 8.8 -32.4) |
| LCH | lch(76.4 33.5 285.2) |
| OKLCH | oklch(0.800 0.090 273.7) |
Copy-ready code
/* CSS */
color: #abbaf8;
background-color: #abbaf8;
/* Tailwind (arbitrary) */
class="text-[#abbaf8] bg-[#abbaf8]"
/* SCSS */
$brand: #abbaf8;
/* SwiftUI */
Color(red: 0.671, green: 0.729, blue: 0.973)
/* Android */
Color.parseColor("#abbaf8")Accessibility — WCAG contrast
Aa
#abbaf8 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#abbaf8 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green72.9%
Blue97.3%
CMYK percentages
Cyan31.0%
Magenta25.0%
Yellow0.0%
Key (black)2.7%
Color previews
#abbaf8 text on a black background
contrast 11.11:1
Card sample
#abbaf8 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #abbaf8;
Background color
Panel with #abbaf8 background
background-color: #abbaf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #abbaf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 186, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 186, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #abbaf8; background: linear-gradient(135deg, #abbaf8, #CFABF8);