#bbaecb
a light, soft violet · warm · closest name: silver
RGB
187, 174, 203
HSL
267°, 22%, 74%
CMYK
8, 14, 0, 20
Luminance
0.4515
Every format
| HEX | #bbaecb |
| RGB | rgb(187, 174, 203) |
| HSL | hsl(267, 22%, 74%) |
| CMYK | cmyk(8%, 14%, 0%, 20%) |
| LAB | lab(73.0 10.1 -13.0) |
| LCH | lch(73.0 16.5 307.9) |
| OKLCH | oklch(0.771 0.043 305.6) |
Copy-ready code
/* CSS */
color: #bbaecb;
background-color: #bbaecb;
/* Tailwind (arbitrary) */
class="text-[#bbaecb] bg-[#bbaecb]"
/* SCSS */
$brand: #bbaecb;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.796)
/* Android */
Color.parseColor("#bbaecb")Accessibility — WCAG contrast
Aa
#bbaecb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaecb on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue79.6%
CMYK percentages
Cyan7.9%
Magenta14.3%
Yellow0.0%
Key (black)20.4%
Color previews
#bbaecb text on a black background
contrast 10.03:1
Card sample
#bbaecb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaecb;
Background color
Panel with #bbaecb background
background-color: #bbaecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaecb; background: linear-gradient(135deg, #bbaecb, #CBAEC8);