#bbafe3
a light, vivid blue · warm · closest name: plum
RGB
187, 175, 227
HSL
254°, 48%, 79%
CMYK
18, 23, 0, 11
Luminance
0.4677
Every format
| HEX | #bbafe3 |
| RGB | rgb(187, 175, 227) |
| HSL | hsl(254, 48%, 79%) |
| CMYK | cmyk(18%, 23%, 0%, 11%) |
| LAB | lab(74.0 14.7 -24.5) |
| LCH | lch(74.0 28.6 300.9) |
| OKLCH | oklch(0.782 0.074 295.2) |
Copy-ready code
/* CSS */
color: #bbafe3;
background-color: #bbafe3;
/* Tailwind (arbitrary) */
class="text-[#bbafe3] bg-[#bbafe3]"
/* SCSS */
$brand: #bbafe3;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.890)
/* Android */
Color.parseColor("#bbafe3")Accessibility — WCAG contrast
Aa
#bbafe3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbafe3 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue89.0%
CMYK percentages
Cyan17.6%
Magenta22.9%
Yellow0.0%
Key (black)11.0%
Color previews
#bbafe3 text on a black background
contrast 10.35:1
Card sample
#bbafe3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbafe3;
Background color
Panel with #bbafe3 background
background-color: #bbafe3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbafe3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbafe3; background: linear-gradient(135deg, #bbafe3, #DEAFE3);