#b845df
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 69, 223
HSL
285°, 71%, 57%
CMYK
18, 69, 0, 13
Luminance
0.1977
Every format
| HEX | #b845df |
| RGB | rgb(184, 69, 223) |
| HSL | hsl(285, 71%, 57%) |
| CMYK | cmyk(18%, 69%, 0%, 13%) |
| LAB | lab(51.6 67.8 -57.5) |
| LCH | lch(51.6 88.9 319.7) |
| OKLCH | oklch(0.612 0.234 316.2) |
Copy-ready code
/* CSS */
color: #b845df;
background-color: #b845df;
/* Tailwind (arbitrary) */
class="text-[#b845df] bg-[#b845df]"
/* SCSS */
$brand: #b845df;
/* SwiftUI */
Color(red: 0.722, green: 0.271, blue: 0.875)
/* Android */
Color.parseColor("#b845df")Accessibility — WCAG contrast
Aa
#b845df on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b845df on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green27.1%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta69.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b845df text on a black background
contrast 4.95:1
Card sample
#b845df text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b845df;
Background color
Panel with #b845df background
background-color: #b845df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b845df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 69, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 69, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b845df; background: linear-gradient(135deg, #b845df, #DF459F);