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