#bba7ff
a light, electric blue · warm · closest name: plum
RGB
187, 167, 255
HSL
254°, 100%, 83%
CMYK
27, 35, 0, 0
Luminance
0.4542
Every format
| HEX | #bba7ff |
| RGB | rgb(187, 167, 255) |
| HSL | hsl(254, 100%, 83%) |
| CMYK | cmyk(27%, 35%, 0%, 0%) |
| LAB | lab(73.2 25.5 -41.0) |
| LCH | lch(73.2 48.3 301.9) |
| OKLCH | oklch(0.779 0.125 293.7) |
Copy-ready code
/* CSS */
color: #bba7ff;
background-color: #bba7ff;
/* Tailwind (arbitrary) */
class="text-[#bba7ff] bg-[#bba7ff]"
/* SCSS */
$brand: #bba7ff;
/* SwiftUI */
Color(red: 0.733, green: 0.655, blue: 1.000)
/* Android */
Color.parseColor("#bba7ff")Accessibility — WCAG contrast
Aa
#bba7ff on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bba7ff on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green65.5%
Blue100.0%
CMYK percentages
Cyan26.7%
Magenta34.5%
Yellow0.0%
Key (black)0.0%
Color previews
#bba7ff text on a black background
contrast 10.08:1
Card sample
#bba7ff text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bba7ff;
Background color
Panel with #bba7ff background
background-color: #bba7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bba7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 167, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 167, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bba7ff; background: linear-gradient(135deg, #bba7ff, #F6A7FF);