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