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