#bbafeb
a light, vivid blue · warm · closest name: plum
RGB
187, 175, 235
HSL
252°, 60%, 80%
CMYK
20, 26, 0, 8
Luminance
0.4722
Every format
| HEX | #bbafeb |
| RGB | rgb(187, 175, 235) |
| HSL | hsl(252, 60%, 80%) |
| CMYK | cmyk(20%, 26%, 0%, 8%) |
| LAB | lab(74.3 16.4 -28.4) |
| LCH | lch(74.3 32.8 300.1) |
| OKLCH | oklch(0.785 0.085 293.5) |
Copy-ready code
/* CSS */
color: #bbafeb;
background-color: #bbafeb;
/* Tailwind (arbitrary) */
class="text-[#bbafeb] bg-[#bbafeb]"
/* SCSS */
$brand: #bbafeb;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#bbafeb")Accessibility — WCAG contrast
Aa
#bbafeb on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafeb on black: 10.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue92.2%
CMYK percentages
Cyan20.4%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#bbafeb text on a black background
contrast 10.44:1
Card sample
#bbafeb text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafeb;
Background color
Panel with #bbafeb background
background-color: #bbafeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafeb; background: linear-gradient(135deg, #bbafeb, #E3AFEB);