#b05dcf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 93, 207
HSL
284°, 54%, 59%
CMYK
15, 55, 0, 19
Luminance
0.2156
Every format
| HEX | #b05dcf |
| RGB | rgb(176, 93, 207) |
| HSL | hsl(284, 54%, 59%) |
| CMYK | cmyk(15%, 55%, 0%, 19%) |
| LAB | lab(53.6 51.9 -45.3) |
| LCH | lch(53.6 68.9 318.8) |
| OKLCH | oklch(0.622 0.182 316.0) |
Copy-ready code
/* CSS */
color: #b05dcf;
background-color: #b05dcf;
/* Tailwind (arbitrary) */
class="text-[#b05dcf] bg-[#b05dcf]"
/* SCSS */
$brand: #b05dcf;
/* SwiftUI */
Color(red: 0.690, green: 0.365, blue: 0.812)
/* Android */
Color.parseColor("#b05dcf")Accessibility — WCAG contrast
Aa
#b05dcf on white: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b05dcf on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green36.5%
Blue81.2%
CMYK percentages
Cyan15.0%
Magenta55.1%
Yellow0.0%
Key (black)18.8%
Color previews
#b05dcf text on a black background
contrast 5.31:1
Card sample
#b05dcf text on a white background
contrast 3.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05dcf;
Background color
Panel with #b05dcf background
background-color: #b05dcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05dcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 93, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 93, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05dcf; background: linear-gradient(135deg, #b05dcf, #CF5DA2);