#bf7cdf
a light, vivid violet · warm · closest name: orchid
RGB
191, 124, 223
HSL
281°, 61%, 68%
CMYK
14, 44, 0, 13
Luminance
0.3082
Every format
| HEX | #bf7cdf |
| RGB | rgb(191, 124, 223) |
| HSL | hsl(281, 61%, 68%) |
| CMYK | cmyk(14%, 44%, 0%, 13%) |
| LAB | lab(62.4 43.1 -40.4) |
| LCH | lch(62.4 59.1 316.9) |
| OKLCH | oklch(0.693 0.156 314.1) |
Copy-ready code
/* CSS */
color: #bf7cdf;
background-color: #bf7cdf;
/* Tailwind (arbitrary) */
class="text-[#bf7cdf] bg-[#bf7cdf]"
/* SCSS */
$brand: #bf7cdf;
/* SwiftUI */
Color(red: 0.749, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#bf7cdf")Accessibility — WCAG contrast
Aa
#bf7cdf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7cdf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green48.6%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf7cdf text on a black background
contrast 7.16:1
Card sample
#bf7cdf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7cdf;
Background color
Panel with #bf7cdf background
background-color: #bf7cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7cdf; background: linear-gradient(135deg, #bf7cdf, #DF7CBD);