#acb2ff
a light, electric blue · warm · closest name: plum
RGB
172, 178, 255
HSL
236°, 100%, 84%
CMYK
33, 30, 0, 0
Luminance
0.4783
Every format
| HEX | #acb2ff |
| RGB | rgb(172, 178, 255) |
| HSL | hsl(236, 100%, 84%) |
| CMYK | cmyk(33%, 30%, 0%, 0%) |
| LAB | lab(74.7 15.2 -38.7) |
| LCH | lch(74.7 41.6 291.5) |
| OKLCH | oklch(0.788 0.109 280.1) |
Copy-ready code
/* CSS */
color: #acb2ff;
background-color: #acb2ff;
/* Tailwind (arbitrary) */
class="text-[#acb2ff] bg-[#acb2ff]"
/* SCSS */
$brand: #acb2ff;
/* SwiftUI */
Color(red: 0.675, green: 0.698, blue: 1.000)
/* Android */
Color.parseColor("#acb2ff")Accessibility — WCAG contrast
Aa
#acb2ff on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb2ff on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.8%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta30.2%
Yellow0.0%
Key (black)0.0%
Color previews
#acb2ff text on a black background
contrast 10.57:1
Card sample
#acb2ff text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb2ff;
Background color
Panel with #acb2ff background
background-color: #acb2ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb2ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 178, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 178, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb2ff; background: linear-gradient(135deg, #acb2ff, #DDACFF);