#bbaecf
a light, soft violet · warm · closest name: silver
RGB
187, 174, 207
HSL
264°, 26%, 75%
CMYK
10, 16, 0, 19
Luminance
0.4534
Every format
| HEX | #bbaecf |
| RGB | rgb(187, 174, 207) |
| HSL | hsl(264, 26%, 75%) |
| CMYK | cmyk(10%, 16%, 0%, 19%) |
| LAB | lab(73.1 11.0 -15.0) |
| LCH | lch(73.1 18.6 306.1) |
| OKLCH | oklch(0.772 0.048 303.2) |
Copy-ready code
/* CSS */
color: #bbaecf;
background-color: #bbaecf;
/* Tailwind (arbitrary) */
class="text-[#bbaecf] bg-[#bbaecf]"
/* SCSS */
$brand: #bbaecf;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.812)
/* Android */
Color.parseColor("#bbaecf")Accessibility — WCAG contrast
Aa
#bbaecf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaecf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue81.2%
CMYK percentages
Cyan9.7%
Magenta15.9%
Yellow0.0%
Key (black)18.8%
Color previews
#bbaecf text on a black background
contrast 10.07:1
Card sample
#bbaecf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaecf;
Background color
Panel with #bbaecf background
background-color: #bbaecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaecf; background: linear-gradient(135deg, #bbaecf, #CFAECD);