#b04cdf
a balanced, vivid violet · warm · closest name: orchid
RGB
176, 76, 223
HSL
281°, 70%, 59%
CMYK
21, 66, 0, 13
Luminance
0.1973
Every format
| HEX | #b04cdf |
| RGB | rgb(176, 76, 223) |
| HSL | hsl(281, 70%, 59%) |
| CMYK | cmyk(21%, 66%, 0%, 13%) |
| LAB | lab(51.5 63.2 -57.7) |
| LCH | lch(51.5 85.5 317.6) |
| OKLCH | oklch(0.610 0.222 313.0) |
Copy-ready code
/* CSS */
color: #b04cdf;
background-color: #b04cdf;
/* Tailwind (arbitrary) */
class="text-[#b04cdf] bg-[#b04cdf]"
/* SCSS */
$brand: #b04cdf;
/* SwiftUI */
Color(red: 0.690, green: 0.298, blue: 0.875)
/* Android */
Color.parseColor("#b04cdf")Accessibility — WCAG contrast
Aa
#b04cdf on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b04cdf on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.0%
Green29.8%
Blue87.5%
CMYK percentages
Cyan21.1%
Magenta65.9%
Yellow0.0%
Key (black)12.5%
Color previews
#b04cdf text on a black background
contrast 4.95:1
Card sample
#b04cdf text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b04cdf;
Background color
Panel with #b04cdf background
background-color: #b04cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b04cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(176, 76, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(176, 76, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b04cdf; background: linear-gradient(135deg, #b04cdf, #DF4CAC);