#bbb2eb
a light, vivid blue · warm · closest name: plum
RGB
187, 178, 235
HSL
250°, 59%, 81%
CMYK
20, 24, 0, 8
Luminance
0.4840
Every format
| HEX | #bbb2eb |
| RGB | rgb(187, 178, 235) |
| HSL | hsl(250, 59%, 81%) |
| CMYK | cmyk(20%, 24%, 0%, 8%) |
| LAB | lab(75.1 14.8 -27.3) |
| LCH | lch(75.1 31.0 298.5) |
| OKLCH | oklch(0.791 0.081 291.7) |
Copy-ready code
/* CSS */
color: #bbb2eb;
background-color: #bbb2eb;
/* Tailwind (arbitrary) */
class="text-[#bbb2eb] bg-[#bbb2eb]"
/* SCSS */
$brand: #bbb2eb;
/* SwiftUI */
Color(red: 0.733, green: 0.698, blue: 0.922)
/* Android */
Color.parseColor("#bbb2eb")Accessibility — WCAG contrast
Aa
#bbb2eb on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbb2eb on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green69.8%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta24.3%
Yellow0.0%
Key (black)7.8%
Color previews
#bbb2eb text on a black background
contrast 10.68:1
Card sample
#bbb2eb text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbb2eb;
Background color
Panel with #bbb2eb background
background-color: #bbb2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbb2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 178, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 178, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbb2eb; background: linear-gradient(135deg, #bbb2eb, #E1B2EB);