#bbbbf8
a pale, electric blue · warm · closest name: plum
RGB
187, 187, 248
HSL
240°, 81%, 85%
CMYK
25, 25, 0, 3
Luminance
0.5288
Every format
| HEX | #bbbbf8 |
| RGB | rgb(187, 187, 248) |
| HSL | hsl(240, 81%, 85%) |
| CMYK | cmyk(25%, 25%, 0%, 3%) |
| LAB | lab(77.8 12.8 -30.1) |
| LCH | lch(77.8 32.7 293.1) |
| OKLCH | oklch(0.814 0.086 284.3) |
Copy-ready code
/* CSS */
color: #bbbbf8;
background-color: #bbbbf8;
/* Tailwind (arbitrary) */
class="text-[#bbbbf8] bg-[#bbbbf8]"
/* SCSS */
$brand: #bbbbf8;
/* SwiftUI */
Color(red: 0.733, green: 0.733, blue: 0.973)
/* Android */
Color.parseColor("#bbbbf8")Accessibility — WCAG contrast
Aa
#bbbbf8 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbbbf8 on black: 11.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green73.3%
Blue97.3%
CMYK percentages
Cyan24.6%
Magenta24.6%
Yellow0.0%
Key (black)2.7%
Color previews
#bbbbf8 text on a black background
contrast 11.58:1
Card sample
#bbbbf8 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbbbf8;
Background color
Panel with #bbbbf8 background
background-color: #bbbbf8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbbbf8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 187, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 187, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbbbf8; background: linear-gradient(135deg, #bbbbf8, #E4BBF8);