#b3acd2
a light, soft blue · warm · closest name: silver
RGB
179, 172, 210
HSL
251°, 30%, 75%
CMYK
15, 18, 0, 18
Luminance
0.4374
Every format
| HEX | #b3acd2 |
| RGB | rgb(179, 172, 210) |
| HSL | hsl(251, 30%, 75%) |
| CMYK | cmyk(15%, 18%, 0%, 18%) |
| LAB | lab(72.1 10.1 -18.3) |
| LCH | lch(72.1 20.9 298.8) |
| OKLCH | oklch(0.763 0.054 293.5) |
Copy-ready code
/* CSS */
color: #b3acd2;
background-color: #b3acd2;
/* Tailwind (arbitrary) */
class="text-[#b3acd2] bg-[#b3acd2]"
/* SCSS */
$brand: #b3acd2;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.824)
/* Android */
Color.parseColor("#b3acd2")Accessibility — WCAG contrast
Aa
#b3acd2 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3acd2 on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue82.4%
CMYK percentages
Cyan14.8%
Magenta18.1%
Yellow0.0%
Key (black)17.6%
Color previews
#b3acd2 text on a black background
contrast 9.75:1
Card sample
#b3acd2 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3acd2;
Background color
Panel with #b3acd2 background
background-color: #b3acd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3acd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3acd2; background: linear-gradient(135deg, #b3acd2, #CCACD2);