#bbafe7
a light, vivid blue · warm · closest name: plum
RGB
187, 175, 231
HSL
253°, 54%, 80%
CMYK
19, 24, 0, 9
Luminance
0.4699
Every format
| HEX | #bbafe7 |
| RGB | rgb(187, 175, 231) |
| HSL | hsl(253, 54%, 80%) |
| CMYK | cmyk(19%, 24%, 0%, 9%) |
| LAB | lab(74.2 15.6 -26.5) |
| LCH | lch(74.2 30.7 300.4) |
| OKLCH | oklch(0.783 0.080 294.3) |
Copy-ready code
/* CSS */
color: #bbafe7;
background-color: #bbafe7;
/* Tailwind (arbitrary) */
class="text-[#bbafe7] bg-[#bbafe7]"
/* SCSS */
$brand: #bbafe7;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.906)
/* Android */
Color.parseColor("#bbafe7")Accessibility — WCAG contrast
Aa
#bbafe7 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafe7 on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue90.6%
CMYK percentages
Cyan19.0%
Magenta24.2%
Yellow0.0%
Key (black)9.4%
Color previews
#bbafe7 text on a black background
contrast 10.40:1
Card sample
#bbafe7 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafe7;
Background color
Panel with #bbafe7 background
background-color: #bbafe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafe7; background: linear-gradient(135deg, #bbafe7, #E0AFE7);