#acb0ff
a light, electric blue · warm · closest name: plum
RGB
172, 176, 255
HSL
237°, 100%, 84%
CMYK
33, 31, 0, 0
Luminance
0.4704
Every format
| HEX | #acb0ff |
| RGB | rgb(172, 176, 255) |
| HSL | hsl(237, 100%, 84%) |
| CMYK | cmyk(33%, 31%, 0%, 0%) |
| LAB | lab(74.2 16.3 -39.5) |
| LCH | lch(74.2 42.8 292.5) |
| OKLCH | oklch(0.784 0.112 281.2) |
Copy-ready code
/* CSS */
color: #acb0ff;
background-color: #acb0ff;
/* Tailwind (arbitrary) */
class="text-[#acb0ff] bg-[#acb0ff]"
/* SCSS */
$brand: #acb0ff;
/* SwiftUI */
Color(red: 0.675, green: 0.690, blue: 1.000)
/* Android */
Color.parseColor("#acb0ff")Accessibility — WCAG contrast
Aa
#acb0ff on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acb0ff on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green69.0%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta31.0%
Yellow0.0%
Key (black)0.0%
Color previews
#acb0ff text on a black background
contrast 10.41:1
Card sample
#acb0ff text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acb0ff;
Background color
Panel with #acb0ff background
background-color: #acb0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acb0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 176, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 176, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acb0ff; background: linear-gradient(135deg, #acb0ff, #DFACFF);