#acabf3
a light, electric blue · warm · closest name: plum
RGB
172, 171, 243
HSL
241°, 75%, 81%
CMYK
29, 30, 0, 5
Luminance
0.4437
Every format
| HEX | #acabf3 |
| RGB | rgb(172, 171, 243) |
| HSL | hsl(241, 75%, 81%) |
| CMYK | cmyk(29%, 30%, 0%, 5%) |
| LAB | lab(72.5 16.1 -35.7) |
| LCH | lch(72.5 39.2 294.3) |
| OKLCH | oklch(0.769 0.102 284.4) |
Copy-ready code
/* CSS */
color: #acabf3;
background-color: #acabf3;
/* Tailwind (arbitrary) */
class="text-[#acabf3] bg-[#acabf3]"
/* SCSS */
$brand: #acabf3;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.953)
/* Android */
Color.parseColor("#acabf3")Accessibility — WCAG contrast
Aa
#acabf3 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabf3 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue95.3%
CMYK percentages
Cyan29.2%
Magenta29.6%
Yellow0.0%
Key (black)4.7%
Color previews
#acabf3 text on a black background
contrast 9.87:1
Card sample
#acabf3 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabf3;
Background color
Panel with #acabf3 background
background-color: #acabf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabf3; background: linear-gradient(135deg, #acabf3, #DCABF3);