#bbaffd
a light, electric blue · warm · closest name: plum
RGB
187, 175, 253
HSL
249°, 95%, 84%
CMYK
26, 31, 0, 1
Luminance
0.4832
Every format
| HEX | #bbaffd |
| RGB | rgb(187, 175, 253) |
| HSL | hsl(249, 95%, 84%) |
| CMYK | cmyk(26%, 31%, 0%, 1%) |
| LAB | lab(75.0 20.6 -37.1) |
| LCH | lch(75.0 42.4 299.1) |
| OKLCH | oklch(0.793 0.110 290.7) |
Copy-ready code
/* CSS */
color: #bbaffd;
background-color: #bbaffd;
/* Tailwind (arbitrary) */
class="text-[#bbaffd] bg-[#bbaffd]"
/* SCSS */
$brand: #bbaffd;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.992)
/* Android */
Color.parseColor("#bbaffd")Accessibility — WCAG contrast
Aa
#bbaffd on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaffd on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue99.2%
CMYK percentages
Cyan26.1%
Magenta30.8%
Yellow0.0%
Key (black)0.8%
Color previews
#bbaffd text on a black background
contrast 10.66:1
Card sample
#bbaffd text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaffd;
Background color
Panel with #bbaffd background
background-color: #bbaffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaffd; background: linear-gradient(135deg, #bbaffd, #EFAFFD);