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