#bbb2ee
a light, vivid blue · warm · closest name: plum
RGB
187, 178, 238
HSL
249°, 64%, 82%
CMYK
21, 25, 0, 7
Luminance
0.4858
Every format
| HEX | #bbb2ee |
| RGB | rgb(187, 178, 238) |
| HSL | hsl(249, 64%, 82%) |
| CMYK | cmyk(21%, 25%, 0%, 7%) |
| LAB | lab(75.2 15.5 -28.7) |
| LCH | lch(75.2 32.6 298.3) |
| OKLCH | oklch(0.792 0.085 291.2) |
Copy-ready code
/* CSS */
color: #bbb2ee;
background-color: #bbb2ee;
/* Tailwind (arbitrary) */
class="text-[#bbb2ee] bg-[#bbb2ee]"
/* SCSS */
$brand: #bbb2ee;
/* SwiftUI */
Color(red: 0.733, green: 0.698, blue: 0.933)
/* Android */
Color.parseColor("#bbb2ee")Accessibility — WCAG contrast
Aa
#bbb2ee on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbb2ee on black: 10.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green69.8%
Blue93.3%
CMYK percentages
Cyan21.4%
Magenta25.2%
Yellow0.0%
Key (black)6.7%
Color previews
#bbb2ee text on a black background
contrast 10.72:1
Card sample
#bbb2ee text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbb2ee;
Background color
Panel with #bbb2ee background
background-color: #bbb2ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbb2ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 178, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 178, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbb2ee; background: linear-gradient(135deg, #bbb2ee, #E3B2EE);