#b05cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 92, 223
HSL
279°, 67%, 62%
CMYK
21, 59, 0, 13
Luminance
0.2221
Every format
| HEX | #b05cdf |
| RGB | rgb(176, 92, 223) |
| HSL | hsl(279, 67%, 62%) |
| CMYK | cmyk(21%, 59%, 0%, 13%) |
| LAB | lab(54.3 55.7 -53.3) |
| LCH | lch(54.3 77.1 316.3) |
| OKLCH | oklch(0.629 0.200 311.6) |
Copy-ready code
/* CSS */
color: #b05cdf;
background-color: #b05cdf;
/* Tailwind (arbitrary) */
class="text-[#b05cdf] bg-[#b05cdf]"
/* SCSS */
$brand: #b05cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#b05cdf")Accessibility — WCAG contrast
Aa
#b05cdf on white: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b05cdf on black: 5.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green36.1%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#b05cdf text on a black background
contrast 5.44:1
Card sample
#b05cdf text on a white background
contrast 3.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b05cdf;
Background color
Panel with #b05cdf background
background-color: #b05cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b05cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b05cdf; background: linear-gradient(135deg, #b05cdf, #DF5CB7);