#acb3f1
a light, vivid blue · warm · closest name: plum
RGB
172, 179, 241
HSL
234°, 71%, 81%
CMYK
29, 26, 0, 6
Luminance
0.4736
Every format
| HEX | #acb3f1 |
| RGB | rgb(172, 179, 241) |
| HSL | hsl(234, 71%, 81%) |
| CMYK | cmyk(29%, 26%, 0%, 6%) |
| LAB | lab(74.4 11.2 -31.6) |
| LCH | lch(74.4 33.6 289.5) |
| OKLCH | oklch(0.784 0.089 279.1) |
Copy-ready code
/* CSS */
color: #acb3f1;
background-color: #acb3f1;
/* Tailwind (arbitrary) */
class="text-[#acb3f1] bg-[#acb3f1]"
/* SCSS */
$brand: #acb3f1;
/* SwiftUI */
Color(red: 0.675, green: 0.702, blue: 0.945)
/* Android */
Color.parseColor("#acb3f1")Accessibility — WCAG contrast
Aa
#acb3f1 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb3f1 on black: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green70.2%
Blue94.5%
CMYK percentages
Cyan28.6%
Magenta25.7%
Yellow0.0%
Key (black)5.5%
Color previews
#acb3f1 text on a black background
contrast 10.47:1
Card sample
#acb3f1 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb3f1;
Background color
Panel with #acb3f1 background
background-color: #acb3f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb3f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 179, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 179, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb3f1; background: linear-gradient(135deg, #acb3f1, #D3ACF1);