#bc9ffe
a light, electric violet · warm · closest name: plum
RGB
188, 159, 254
HSL
258°, 98%, 81%
CMYK
26, 37, 0, 0
Luminance
0.4264
Every format
| HEX | #bc9ffe |
| RGB | rgb(188, 159, 254) |
| HSL | hsl(258, 98%, 81%) |
| CMYK | cmyk(26%, 37%, 0%, 0%) |
| LAB | lab(71.3 30.0 -43.4) |
| LCH | lch(71.3 52.8 304.7) |
| OKLCH | oklch(0.765 0.136 297.1) |
Copy-ready code
/* CSS */
color: #bc9ffe;
background-color: #bc9ffe;
/* Tailwind (arbitrary) */
class="text-[#bc9ffe] bg-[#bc9ffe]"
/* SCSS */
$brand: #bc9ffe;
/* SwiftUI */
Color(red: 0.737, green: 0.624, blue: 0.996)
/* Android */
Color.parseColor("#bc9ffe")Accessibility — WCAG contrast
Aa
#bc9ffe on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc9ffe on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green62.4%
Blue99.6%
CMYK percentages
Cyan26.0%
Magenta37.4%
Yellow0.0%
Key (black)0.4%
Color previews
#bc9ffe text on a black background
contrast 9.53:1
Card sample
#bc9ffe text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc9ffe;
Background color
Panel with #bc9ffe background
background-color: #bc9ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc9ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 159, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 159, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc9ffe; background: linear-gradient(135deg, #bc9ffe, #FB9FFE);