#acabfe
a light, electric blue · warm · closest name: plum
RGB
172, 171, 254
HSL
241°, 98%, 83%
CMYK
32, 33, 0, 0
Luminance
0.4505
Every format
| HEX | #acabfe |
| RGB | rgb(172, 171, 254) |
| HSL | hsl(241, 98%, 83%) |
| CMYK | cmyk(32%, 33%, 0%, 0%) |
| LAB | lab(72.9 18.9 -41.0) |
| LCH | lch(72.9 45.1 294.7) |
| OKLCH | oklch(0.774 0.118 283.9) |
Copy-ready code
/* CSS */
color: #acabfe;
background-color: #acabfe;
/* Tailwind (arbitrary) */
class="text-[#acabfe] bg-[#acabfe]"
/* SCSS */
$brand: #acabfe;
/* SwiftUI */
Color(red: 0.675, green: 0.671, blue: 0.996)
/* Android */
Color.parseColor("#acabfe")Accessibility — WCAG contrast
Aa
#acabfe on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acabfe on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green67.1%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta32.7%
Yellow0.0%
Key (black)0.4%
Color previews
#acabfe text on a black background
contrast 10.01:1
Card sample
#acabfe text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acabfe;
Background color
Panel with #acabfe background
background-color: #acabfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acabfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 171, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 171, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acabfe; background: linear-gradient(135deg, #acabfe, #E3ABFE);