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