#acabf0
a light, vivid blue · warm · closest name: plum
RGB
172, 171, 240
HSL
241°, 70%, 81%
CMYK
28, 29, 0, 6
Luminance
0.4419
Every format
| HEX | #acabf0 |
| RGB | rgb(172, 171, 240) |
| HSL | hsl(241, 70%, 81%) |
| CMYK | cmyk(28%, 29%, 0%, 6%) |
| LAB | lab(72.3 15.4 -34.3) |
| LCH | lch(72.3 37.6 294.2) |
| OKLCH | oklch(0.767 0.098 284.5) |
Copy-ready code
/* CSS */
color: #acabf0;
background-color: #acabf0;
/* Tailwind (arbitrary) */
class="text-[#acabf0] bg-[#acabf0]"
/* SCSS */
$brand: #acabf0;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.941)
/* Android */
Color.parseColor("#acabf0")Accessibility — WCAG contrast
Aa
#acabf0 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabf0 on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue94.1%
CMYK percentages
Cyan28.3%
Magenta28.8%
Yellow0.0%
Key (black)5.9%
Color previews
#acabf0 text on a black background
contrast 9.84:1
Card sample
#acabf0 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabf0;
Background color
Panel with #acabf0 background
background-color: #acabf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabf0; background: linear-gradient(135deg, #acabf0, #DAABF0);