#bf7fd2
a light, vivid violet · warm · closest name: orchid
RGB
191, 127, 210
HSL
286°, 48%, 66%
CMYK
9, 40, 0, 18
Luminance
0.3091
Every format
| HEX | #bf7fd2 |
| RGB | rgb(191, 127, 210) |
| HSL | hsl(286, 48%, 66%) |
| CMYK | cmyk(9%, 40%, 0%, 18%) |
| LAB | lab(62.4 38.8 -33.0) |
| LCH | lch(62.4 50.9 319.6) |
| OKLCH | oklch(0.692 0.136 318.2) |
Copy-ready code
/* CSS */
color: #bf7fd2;
background-color: #bf7fd2;
/* Tailwind (arbitrary) */
class="text-[#bf7fd2] bg-[#bf7fd2]"
/* SCSS */
$brand: #bf7fd2;
/* SwiftUI */
Color(red: 0.749, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#bf7fd2")Accessibility — WCAG contrast
Aa
#bf7fd2 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7fd2 on black: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green49.8%
Blue82.4%
CMYK percentages
Cyan9.0%
Magenta39.5%
Yellow0.0%
Key (black)17.6%
Color previews
#bf7fd2 text on a black background
contrast 7.18:1
Card sample
#bf7fd2 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7fd2;
Background color
Panel with #bf7fd2 background
background-color: #bf7fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7fd2; background: linear-gradient(135deg, #bf7fd2, #D27FAE);