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