#b2acda
a light, soft blue · warm · closest name: plum
RGB
178, 172, 218
HSL
248°, 38%, 77%
CMYK
18, 21, 0, 15
Luminance
0.4403
Every format
| HEX | #b2acda |
| RGB | rgb(178, 172, 218) |
| HSL | hsl(248, 38%, 77%) |
| CMYK | cmyk(18%, 21%, 0%, 15%) |
| LAB | lab(72.3 11.5 -22.4) |
| LCH | lch(72.3 25.2 297.2) |
| OKLCH | oklch(0.765 0.066 290.7) |
Copy-ready code
/* CSS */
color: #b2acda;
background-color: #b2acda;
/* Tailwind (arbitrary) */
class="text-[#b2acda] bg-[#b2acda]"
/* SCSS */
$brand: #b2acda;
/* SwiftUI */
Color(red: 0.698, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#b2acda")Accessibility — WCAG contrast
Aa
#b2acda on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b2acda on black: 9.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.8%
Green67.5%
Blue85.5%
CMYK percentages
Cyan18.3%
Magenta21.1%
Yellow0.0%
Key (black)14.5%
Color previews
#b2acda text on a black background
contrast 9.81:1
Card sample
#b2acda text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b2acda;
Background color
Panel with #b2acda background
background-color: #b2acda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b2acda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(178, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(178, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b2acda; background: linear-gradient(135deg, #b2acda, #D1ACDA);