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