#acb6f6
a light, electric blue · warm · closest name: plum
RGB
172, 182, 246
HSL
232°, 80%, 82%
CMYK
30, 26, 0, 4
Luminance
0.4888
Every format
| HEX | #acb6f6 |
| RGB | rgb(172, 182, 246) |
| HSL | hsl(232, 80%, 82%) |
| CMYK | cmyk(30%, 26%, 0%, 4%) |
| LAB | lab(75.4 10.8 -32.9) |
| LCH | lch(75.4 34.6 288.1) |
| OKLCH | oklch(0.792 0.092 277.2) |
Copy-ready code
/* CSS */
color: #acb6f6;
background-color: #acb6f6;
/* Tailwind (arbitrary) */
class="text-[#acb6f6] bg-[#acb6f6]"
/* SCSS */
$brand: #acb6f6;
/* SwiftUI */
Color(red: 0.675, green: 0.714, blue: 0.965)
/* Android */
Color.parseColor("#acb6f6")Accessibility — WCAG contrast
Aa
#acb6f6 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb6f6 on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green71.4%
Blue96.5%
CMYK percentages
Cyan30.1%
Magenta26.0%
Yellow0.0%
Key (black)3.5%
Color previews
#acb6f6 text on a black background
contrast 10.78:1
Card sample
#acb6f6 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb6f6;
Background color
Panel with #acb6f6 background
background-color: #acb6f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb6f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 182, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 182, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb6f6; background: linear-gradient(135deg, #acb6f6, #D3ACF6);