#bc90fb
a light, electric violet · warm · closest name: violet
RGB
188, 144, 251
HSL
265°, 93%, 78%
CMYK
25, 43, 0, 2
Luminance
0.3760
Every format
| HEX | #bc90fb |
| RGB | rgb(188, 144, 251) |
| HSL | hsl(265, 93%, 78%) |
| CMYK | cmyk(25%, 43%, 0%, 2%) |
| LAB | lab(67.7 37.6 -47.4) |
| LCH | lch(67.7 60.5 308.4) |
| OKLCH | oklch(0.737 0.156 301.7) |
Copy-ready code
/* CSS */
color: #bc90fb;
background-color: #bc90fb;
/* Tailwind (arbitrary) */
class="text-[#bc90fb] bg-[#bc90fb]"
/* SCSS */
$brand: #bc90fb;
/* SwiftUI */
Color(red: 0.737, green: 0.565, blue: 0.984)
/* Android */
Color.parseColor("#bc90fb")Accessibility — WCAG contrast
Aa
#bc90fb on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc90fb on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.5%
Blue98.4%
CMYK percentages
Cyan25.1%
Magenta42.6%
Yellow0.0%
Key (black)1.6%
Color previews
#bc90fb text on a black background
contrast 8.52:1
Card sample
#bc90fb text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc90fb;
Background color
Panel with #bc90fb background
background-color: #bc90fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc90fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 144, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 144, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc90fb; background: linear-gradient(135deg, #bc90fb, #FB90F3);