#bbadef
a light, vivid blue · warm · closest name: plum
RGB
187, 173, 239
HSL
253°, 67%, 81%
CMYK
22, 28, 0, 6
Luminance
0.4668
Every format
| HEX | #bbadef |
| RGB | rgb(187, 173, 239) |
| HSL | hsl(253, 67%, 81%) |
| CMYK | cmyk(22%, 28%, 0%, 6%) |
| LAB | lab(74.0 18.5 -31.1) |
| LCH | lch(74.0 36.2 300.7) |
| OKLCH | oklch(0.783 0.094 293.9) |
Copy-ready code
/* CSS */
color: #bbadef;
background-color: #bbadef;
/* Tailwind (arbitrary) */
class="text-[#bbadef] bg-[#bbadef]"
/* SCSS */
$brand: #bbadef;
/* SwiftUI */
Color(red: 0.733, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#bbadef")Accessibility — WCAG contrast
Aa
#bbadef on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbadef on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan21.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#bbadef text on a black background
contrast 10.34:1
Card sample
#bbadef text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbadef;
Background color
Panel with #bbadef background
background-color: #bbadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbadef; background: linear-gradient(135deg, #bbadef, #E7ADEF);