#bbaff4
a light, electric blue · warm · closest name: plum
RGB
187, 175, 244
HSL
250°, 76%, 82%
CMYK
23, 28, 0, 4
Luminance
0.4776
Every format
| HEX | #bbaff4 |
| RGB | rgb(187, 175, 244) |
| HSL | hsl(250, 76%, 82%) |
| CMYK | cmyk(23%, 28%, 0%, 4%) |
| LAB | lab(74.7 18.5 -32.8) |
| LCH | lch(74.7 37.6 299.5) |
| OKLCH | oklch(0.789 0.098 292.0) |
Copy-ready code
/* CSS */
color: #bbaff4;
background-color: #bbaff4;
/* Tailwind (arbitrary) */
class="text-[#bbaff4] bg-[#bbaff4]"
/* SCSS */
$brand: #bbaff4;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.957)
/* Android */
Color.parseColor("#bbaff4")Accessibility — WCAG contrast
Aa
#bbaff4 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaff4 on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue95.7%
CMYK percentages
Cyan23.4%
Magenta28.3%
Yellow0.0%
Key (black)4.3%
Color previews
#bbaff4 text on a black background
contrast 10.55:1
Card sample
#bbaff4 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaff4;
Background color
Panel with #bbaff4 background
background-color: #bbaff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaff4; background: linear-gradient(135deg, #bbaff4, #E9AFF4);