#bbaecc
a light, soft violet · warm · closest name: silver
RGB
187, 174, 204
HSL
266°, 23%, 74%
CMYK
8, 15, 0, 20
Luminance
0.4520
Every format
| HEX | #bbaecc |
| RGB | rgb(187, 174, 204) |
| HSL | hsl(266, 23%, 74%) |
| CMYK | cmyk(8%, 15%, 0%, 20%) |
| LAB | lab(73.0 10.3 -13.5) |
| LCH | lch(73.0 17.0 307.4) |
| OKLCH | oklch(0.771 0.044 305.0) |
Copy-ready code
/* CSS */
color: #bbaecc;
background-color: #bbaecc;
/* Tailwind (arbitrary) */
class="text-[#bbaecc] bg-[#bbaecc]"
/* SCSS */
$brand: #bbaecc;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.800)
/* Android */
Color.parseColor("#bbaecc")Accessibility — WCAG contrast
Aa
#bbaecc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaecc on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue80.0%
CMYK percentages
Cyan8.3%
Magenta14.7%
Yellow0.0%
Key (black)20.0%
Color previews
#bbaecc text on a black background
contrast 10.04:1
Card sample
#bbaecc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaecc;
Background color
Panel with #bbaecc background
background-color: #bbaecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaecc; background: linear-gradient(135deg, #bbaecc, #CCAEC9);