#bc8df9
a light, electric violet · warm · closest name: violet
RGB
188, 141, 249
HSL
266°, 90%, 77%
CMYK
25, 43, 0, 2
Luminance
0.3658
Every format
| HEX | #bc8df9 |
| RGB | rgb(188, 141, 249) |
| HSL | hsl(266, 90%, 77%) |
| CMYK | cmyk(25%, 43%, 0%, 2%) |
| LAB | lab(67.0 38.8 -47.5) |
| LCH | lch(67.0 61.4 309.2) |
| OKLCH | oklch(0.731 0.158 302.8) |
Copy-ready code
/* CSS */
color: #bc8df9;
background-color: #bc8df9;
/* Tailwind (arbitrary) */
class="text-[#bc8df9] bg-[#bc8df9]"
/* SCSS */
$brand: #bc8df9;
/* SwiftUI */
Color(red: 0.737, green: 0.553, blue: 0.976)
/* Android */
Color.parseColor("#bc8df9")Accessibility — WCAG contrast
Aa
#bc8df9 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc8df9 on black: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green55.3%
Blue97.6%
CMYK percentages
Cyan24.5%
Magenta43.4%
Yellow0.0%
Key (black)2.4%
Color previews
#bc8df9 text on a black background
contrast 8.32:1
Card sample
#bc8df9 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc8df9;
Background color
Panel with #bc8df9 background
background-color: #bc8df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc8df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 141, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 141, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc8df9; background: linear-gradient(135deg, #bc8df9, #F98DEE);