#bbb0f2
a light, vivid blue · warm · closest name: plum
RGB
187, 176, 242
HSL
250°, 72%, 82%
CMYK
23, 27, 0, 5
Luminance
0.4803
Every format
| HEX | #bbb0f2 |
| RGB | rgb(187, 176, 242) |
| HSL | hsl(250, 72%, 82%) |
| CMYK | cmyk(23%, 27%, 0%, 5%) |
| LAB | lab(74.8 17.5 -31.4) |
| LCH | lch(74.8 36.0 299.1) |
| OKLCH | oklch(0.790 0.093 291.8) |
Copy-ready code
/* CSS */
color: #bbb0f2;
background-color: #bbb0f2;
/* Tailwind (arbitrary) */
class="text-[#bbb0f2] bg-[#bbb0f2]"
/* SCSS */
$brand: #bbb0f2;
/* SwiftUI */
Color(red: 0.733, green: 0.690, blue: 0.949)
/* Android */
Color.parseColor("#bbb0f2")Accessibility — WCAG contrast
Aa
#bbb0f2 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbb0f2 on black: 10.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green69.0%
Blue94.9%
CMYK percentages
Cyan22.7%
Magenta27.3%
Yellow0.0%
Key (black)5.1%
Color previews
#bbb0f2 text on a black background
contrast 10.61:1
Card sample
#bbb0f2 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbb0f2;
Background color
Panel with #bbb0f2 background
background-color: #bbb0f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbb0f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 176, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 176, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbb0f2; background: linear-gradient(135deg, #bbb0f2, #E7B0F2);