#bc7fdf
a light, vivid violet · warm · closest name: orchid
RGB
188, 127, 223
HSL
278°, 60%, 69%
CMYK
16, 43, 0, 13
Luminance
0.3120
Every format
| HEX | #bc7fdf |
| RGB | rgb(188, 127, 223) |
| HSL | hsl(278, 60%, 69%) |
| CMYK | cmyk(16%, 43%, 0%, 13%) |
| LAB | lab(62.7 40.6 -39.9) |
| LCH | lch(62.7 57.0 315.5) |
| OKLCH | oklch(0.695 0.149 312.3) |
Copy-ready code
/* CSS */
color: #bc7fdf;
background-color: #bc7fdf;
/* Tailwind (arbitrary) */
class="text-[#bc7fdf] bg-[#bc7fdf]"
/* SCSS */
$brand: #bc7fdf;
/* SwiftUI */
Color(red: 0.737, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#bc7fdf")Accessibility — WCAG contrast
Aa
#bc7fdf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc7fdf on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan15.7%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#bc7fdf text on a black background
contrast 7.24:1
Card sample
#bc7fdf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc7fdf;
Background color
Panel with #bc7fdf background
background-color: #bc7fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc7fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc7fdf; background: linear-gradient(135deg, #bc7fdf, #DF7FC2);