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