#b07dcf
a light, vivid violet · warm · closest name: plum
RGB
176, 125, 207
HSL
277°, 46%, 65%
CMYK
15, 40, 0, 19
Luminance
0.2840
Every format
| HEX | #b07dcf |
| RGB | rgb(176, 125, 207) |
| HSL | hsl(277, 46%, 65%) |
| CMYK | cmyk(15%, 40%, 0%, 19%) |
| LAB | lab(60.3 34.8 -34.8) |
| LCH | lch(60.3 49.2 315.0) |
| OKLCH | oklch(0.671 0.129 311.8) |
Copy-ready code
/* CSS */
color: #b07dcf;
background-color: #b07dcf;
/* Tailwind (arbitrary) */
class="text-[#b07dcf] bg-[#b07dcf]"
/* SCSS */
$brand: #b07dcf;
/* SwiftUI */
Color(red: 0.690, green: 0.490, blue: 0.812)
/* Android */
Color.parseColor("#b07dcf")Accessibility — WCAG contrast
Aa
#b07dcf on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b07dcf on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green49.0%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta39.6%
Yellow0.0%
Key (black)18.8%
Color previews
#b07dcf text on a black background
contrast 6.68:1
Card sample
#b07dcf text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b07dcf;
Background color
Panel with #b07dcf background
background-color: #b07dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b07dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 125, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 125, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b07dcf; background: linear-gradient(135deg, #b07dcf, #CF7DB7);