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