#b3acce
a light, soft blue · warm · closest name: silver
RGB
179, 172, 206
HSL
252°, 26%, 74%
CMYK
13, 17, 0, 19
Luminance
0.4354
Every format
| HEX | #b3acce |
| RGB | rgb(179, 172, 206) |
| HSL | hsl(252, 26%, 74%) |
| CMYK | cmyk(13%, 17%, 0%, 19%) |
| LAB | lab(71.9 9.2 -16.3) |
| LCH | lch(71.9 18.8 299.4) |
| OKLCH | oklch(0.761 0.049 294.7) |
Copy-ready code
/* CSS */
color: #b3acce;
background-color: #b3acce;
/* Tailwind (arbitrary) */
class="text-[#b3acce] bg-[#b3acce]"
/* SCSS */
$brand: #b3acce;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#b3acce")Accessibility — WCAG contrast
Aa
#b3acce on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3acce on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue80.8%
CMYK percentages
Cyan13.1%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#b3acce text on a black background
contrast 9.71:1
Card sample
#b3acce text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3acce;
Background color
Panel with #b3acce background
background-color: #b3acce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3acce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3acce; background: linear-gradient(135deg, #b3acce, #CAACCE);