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