#bbb2fd
a light, electric blue · warm · closest name: plum
RGB
187, 178, 253
HSL
247°, 95%, 85%
CMYK
26, 30, 0, 1
Luminance
0.4950
Every format
| HEX | #bbb2fd |
| RGB | rgb(187, 178, 253) |
| HSL | hsl(247, 95%, 85%) |
| CMYK | cmyk(26%, 30%, 0%, 1%) |
| LAB | lab(75.8 19.0 -36.0) |
| LCH | lch(75.8 40.6 297.8) |
| OKLCH | oklch(0.798 0.105 289.3) |
Copy-ready code
/* CSS */
color: #bbb2fd;
background-color: #bbb2fd;
/* Tailwind (arbitrary) */
class="text-[#bbb2fd] bg-[#bbb2fd]"
/* SCSS */
$brand: #bbb2fd;
/* SwiftUI */
Color(red: 0.733, green: 0.698, blue: 0.992)
/* Android */
Color.parseColor("#bbb2fd")Accessibility — WCAG contrast
Aa
#bbb2fd on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbb2fd on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green69.8%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta29.6%
Yellow0.0%
Key (black)0.8%
Color previews
#bbb2fd text on a black background
contrast 10.90:1
Card sample
#bbb2fd text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbb2fd;
Background color
Panel with #bbb2fd background
background-color: #bbb2fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbb2fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 178, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 178, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbb2fd; background: linear-gradient(135deg, #bbb2fd, #EDB2FD);