#bbaef9
a light, electric blue · warm · closest name: plum
RGB
187, 174, 249
HSL
250°, 86%, 83%
CMYK
25, 30, 0, 2
Luminance
0.4768
Every format
| HEX | #bbaef9 |
| RGB | rgb(187, 174, 249) |
| HSL | hsl(250, 86%, 83%) |
| CMYK | cmyk(25%, 30%, 0%, 2%) |
| LAB | lab(74.6 20.2 -35.6) |
| LCH | lch(74.6 40.9 299.6) |
| OKLCH | oklch(0.789 0.106 291.7) |
Copy-ready code
/* CSS */
color: #bbaef9;
background-color: #bbaef9;
/* Tailwind (arbitrary) */
class="text-[#bbaef9] bg-[#bbaef9]"
/* SCSS */
$brand: #bbaef9;
/* SwiftUI */
Color(red: 0.733, green: 0.682, blue: 0.976)
/* Android */
Color.parseColor("#bbaef9")Accessibility — WCAG contrast
Aa
#bbaef9 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaef9 on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.2%
Blue97.6%
CMYK percentages
Cyan24.9%
Magenta30.1%
Yellow0.0%
Key (black)2.4%
Color previews
#bbaef9 text on a black background
contrast 10.54:1
Card sample
#bbaef9 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaef9;
Background color
Panel with #bbaef9 background
background-color: #bbaef9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaef9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 174, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 174, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaef9; background: linear-gradient(135deg, #bbaef9, #EDAEF9);