#b84cdb
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 76, 219
HSL
285°, 67%, 58%
CMYK
16, 65, 0, 14
Luminance
0.2047
Every format
| HEX | #b84cdb |
| RGB | rgb(184, 76, 219) |
| HSL | hsl(285, 67%, 58%) |
| CMYK | cmyk(16%, 65%, 0%, 14%) |
| LAB | lab(52.4 64.2 -54.0) |
| LCH | lch(52.4 83.8 319.9) |
| OKLCH | oklch(0.617 0.221 316.8) |
Copy-ready code
/* CSS */
color: #b84cdb;
background-color: #b84cdb;
/* Tailwind (arbitrary) */
class="text-[#b84cdb] bg-[#b84cdb]"
/* SCSS */
$brand: #b84cdb;
/* SwiftUI */
Color(red: 0.722, green: 0.298, blue: 0.859)
/* Android */
Color.parseColor("#b84cdb")Accessibility — WCAG contrast
Aa
#b84cdb on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84cdb on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green29.8%
Blue85.9%
CMYK percentages
Cyan16.0%
Magenta65.3%
Yellow0.0%
Key (black)14.1%
Color previews
#b84cdb text on a black background
contrast 5.09:1
Card sample
#b84cdb text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84cdb;
Background color
Panel with #b84cdb background
background-color: #b84cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 76, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 76, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84cdb; background: linear-gradient(135deg, #b84cdb, #DB4C9F);