#b3ace8
a light, vivid blue · warm · closest name: plum
RGB
179, 172, 232
HSL
247°, 57%, 79%
CMYK
23, 26, 0, 9
Luminance
0.4491
Every format
| HEX | #b3ace8 |
| RGB | rgb(179, 172, 232) |
| HSL | hsl(247, 57%, 79%) |
| CMYK | cmyk(23%, 26%, 0%, 9%) |
| LAB | lab(72.8 15.0 -29.1) |
| LCH | lch(72.8 32.8 297.2) |
| OKLCH | oklch(0.771 0.085 289.6) |
Copy-ready code
/* CSS */
color: #b3ace8;
background-color: #b3ace8;
/* Tailwind (arbitrary) */
class="text-[#b3ace8] bg-[#b3ace8]"
/* SCSS */
$brand: #b3ace8;
/* SwiftUI */
Color(red: 0.702, green: 0.675, blue: 0.910)
/* Android */
Color.parseColor("#b3ace8")Accessibility — WCAG contrast
Aa
#b3ace8 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b3ace8 on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green67.5%
Blue91.0%
CMYK percentages
Cyan22.8%
Magenta25.9%
Yellow0.0%
Key (black)9.0%
Color previews
#b3ace8 text on a black background
contrast 9.98:1
Card sample
#b3ace8 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b3ace8;
Background color
Panel with #b3ace8 background
background-color: #b3ace8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b3ace8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 172, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 172, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b3ace8; background: linear-gradient(135deg, #b3ace8, #DBACE8);