#acbdff
a light, electric blue · warm · closest name: plum
RGB
172, 189, 255
HSL
228°, 100%, 84%
CMYK
33, 26, 0, 0
Luminance
0.5239
Every format
| HEX | #acbdff |
| RGB | rgb(172, 189, 255) |
| HSL | hsl(228, 100%, 84%) |
| CMYK | cmyk(33%, 26%, 0%, 0%) |
| LAB | lab(77.5 9.1 -34.4) |
| LCH | lch(77.5 35.6 284.9) |
| OKLCH | oklch(0.809 0.096 273.0) |
Copy-ready code
/* CSS */
color: #acbdff;
background-color: #acbdff;
/* Tailwind (arbitrary) */
class="text-[#acbdff] bg-[#acbdff]"
/* SCSS */
$brand: #acbdff;
/* SwiftUI */
Color(red: 0.675, green: 0.741, blue: 1.000)
/* Android */
Color.parseColor("#acbdff")Accessibility — WCAG contrast
Aa
#acbdff on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbdff on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green74.1%
Blue100.0%
CMYK percentages
Cyan32.5%
Magenta25.9%
Yellow0.0%
Key (black)0.0%
Color previews
#acbdff text on a black background
contrast 11.48:1
Card sample
#acbdff text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbdff;
Background color
Panel with #acbdff background
background-color: #acbdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 189, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 189, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbdff; background: linear-gradient(135deg, #acbdff, #D2ACFF);