#bbaff7
a light, electric blue · warm · closest name: plum
RGB
187, 175, 247
HSL
250°, 82%, 83%
CMYK
24, 29, 0, 3
Luminance
0.4794
Every format
| HEX | #bbaff7 |
| RGB | rgb(187, 175, 247) |
| HSL | hsl(250, 82%, 83%) |
| CMYK | cmyk(24%, 29%, 0%, 3%) |
| LAB | lab(74.8 19.2 -34.2) |
| LCH | lch(74.8 39.2 299.3) |
| OKLCH | oklch(0.790 0.102 291.5) |
Copy-ready code
/* CSS */
color: #bbaff7;
background-color: #bbaff7;
/* Tailwind (arbitrary) */
class="text-[#bbaff7] bg-[#bbaff7]"
/* SCSS */
$brand: #bbaff7;
/* SwiftUI */
Color(red: 0.733, green: 0.686, blue: 0.969)
/* Android */
Color.parseColor("#bbaff7")Accessibility — WCAG contrast
Aa
#bbaff7 on white: 1.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaff7 on black: 10.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green68.6%
Blue96.9%
CMYK percentages
Cyan24.3%
Magenta29.1%
Yellow0.0%
Key (black)3.1%
Color previews
#bbaff7 text on a black background
contrast 10.59:1
Card sample
#bbaff7 text on a white background
contrast 1.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaff7;
Background color
Panel with #bbaff7 background
background-color: #bbaff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 175, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 175, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaff7; background: linear-gradient(135deg, #bbaff7, #EBAFF7);