#bf7cdb
a light, vivid violet · warm · closest name: orchid
RGB
191, 124, 219
HSL
282°, 57%, 67%
CMYK
13, 43, 0, 14
Luminance
0.3061
Every format
| HEX | #bf7cdb |
| RGB | rgb(191, 124, 219) |
| HSL | hsl(282, 57%, 67%) |
| CMYK | cmyk(13%, 43%, 0%, 14%) |
| LAB | lab(62.2 42.3 -38.4) |
| LCH | lch(62.2 57.1 317.7) |
| OKLCH | oklch(0.691 0.151 315.4) |
Copy-ready code
/* CSS */
color: #bf7cdb;
background-color: #bf7cdb;
/* Tailwind (arbitrary) */
class="text-[#bf7cdb] bg-[#bf7cdb]"
/* SCSS */
$brand: #bf7cdb;
/* SwiftUI */
Color(red: 0.749, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#bf7cdb")Accessibility — WCAG contrast
Aa
#bf7cdb on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bf7cdb on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green48.6%
Blue85.9%
CMYK percentages
Cyan12.8%
Magenta43.4%
Yellow0.0%
Key (black)14.1%
Color previews
#bf7cdb text on a black background
contrast 7.12:1
Card sample
#bf7cdb text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf7cdb;
Background color
Panel with #bf7cdb background
background-color: #bf7cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf7cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf7cdb; background: linear-gradient(135deg, #bf7cdb, #DB7CB8);