#bbbdfd
a pale, electric blue · warm · closest name: plum
RGB
187, 189, 253
HSL
238°, 94%, 86%
CMYK
26, 25, 0, 1
Luminance
0.5405
Every format
| HEX | #bbbdfd |
| RGB | rgb(187, 189, 253) |
| HSL | hsl(238, 94%, 86%) |
| CMYK | cmyk(26%, 25%, 0%, 1%) |
| LAB | lab(78.5 12.9 -31.7) |
| LCH | lch(78.5 34.3 292.1) |
| OKLCH | oklch(0.819 0.090 282.8) |
Copy-ready code
/* CSS */
color: #bbbdfd;
background-color: #bbbdfd;
/* Tailwind (arbitrary) */
class="text-[#bbbdfd] bg-[#bbbdfd]"
/* SCSS */
$brand: #bbbdfd;
/* SwiftUI */
Color(red: 0.733, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#bbbdfd")Accessibility — WCAG contrast
Aa
#bbbdfd on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbbdfd on black: 11.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green74.1%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#bbbdfd text on a black background
contrast 11.81:1
Card sample
#bbbdfd text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbbdfd;
Background color
Panel with #bbbdfd background
background-color: #bbbdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbbdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbbdfd; background: linear-gradient(135deg, #bbbdfd, #E5BBFD);