#bf5cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 92, 223
HSL
285°, 67%, 62%
CMYK
14, 59, 0, 13
Luminance
0.2406
Every format
| HEX | #bf5cdf |
| RGB | rgb(191, 92, 223) |
| HSL | hsl(285, 67%, 62%) |
| CMYK | cmyk(14%, 59%, 0%, 13%) |
| LAB | lab(56.1 59.4 -50.2) |
| LCH | lch(56.1 77.8 319.8) |
| OKLCH | oklch(0.647 0.206 317.1) |
Copy-ready code
/* CSS */
color: #bf5cdf;
background-color: #bf5cdf;
/* Tailwind (arbitrary) */
class="text-[#bf5cdf] bg-[#bf5cdf]"
/* SCSS */
$brand: #bf5cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#bf5cdf")Accessibility — WCAG contrast
Aa
#bf5cdf on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf5cdf on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green36.1%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bf5cdf text on a black background
contrast 5.81:1
Card sample
#bf5cdf text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf5cdf;
Background color
Panel with #bf5cdf background
background-color: #bf5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf5cdf; background: linear-gradient(135deg, #bf5cdf, #DF5CA8);