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