#acbafe
a light, electric blue · warm · closest name: plum
RGB
172, 186, 254
HSL
230°, 98%, 84%
CMYK
32, 27, 0, 0
Luminance
0.5104
Every format
| HEX | #acbafe |
| RGB | rgb(172, 186, 254) |
| HSL | hsl(230, 98%, 84%) |
| CMYK | cmyk(32%, 27%, 0%, 0%) |
| LAB | lab(76.7 10.5 -35.1) |
| LCH | lch(76.7 36.7 286.7) |
| OKLCH | oklch(0.803 0.098 275.0) |
Copy-ready code
/* CSS */
color: #acbafe;
background-color: #acbafe;
/* Tailwind (arbitrary) */
class="text-[#acbafe] bg-[#acbafe]"
/* SCSS */
$brand: #acbafe;
/* SwiftUI */
Color(red: 0.675, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#acbafe")Accessibility — WCAG contrast
Aa
#acbafe on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#acbafe on black: 11.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green72.9%
Blue99.6%
CMYK percentages
Cyan32.3%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#acbafe text on a black background
contrast 11.21:1
Card sample
#acbafe text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #acbafe;
Background color
Panel with #acbafe background
background-color: #acbafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #acbafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #acbafe; background: linear-gradient(135deg, #acbafe, #D5ACFE);