#b858cf
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 88, 207
HSL
288°, 55%, 58%
CMYK
11, 58, 0, 19
Luminance
0.2167
Every format
| HEX | #b858cf |
| RGB | rgb(184, 88, 207) |
| HSL | hsl(288, 55%, 58%) |
| CMYK | cmyk(11%, 58%, 0%, 19%) |
| LAB | lab(53.7 56.4 -45.1) |
| LCH | lch(53.7 72.2 321.4) |
| OKLCH | oklch(0.625 0.193 319.5) |
Copy-ready code
/* CSS */
color: #b858cf;
background-color: #b858cf;
/* Tailwind (arbitrary) */
class="text-[#b858cf] bg-[#b858cf]"
/* SCSS */
$brand: #b858cf;
/* SwiftUI */
Color(red: 0.722, green: 0.345, blue: 0.812)
/* Android */
Color.parseColor("#b858cf")Accessibility — WCAG contrast
Aa
#b858cf on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b858cf on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green34.5%
Blue81.2%
CMYK percentages
Cyan11.1%
Magenta57.5%
Yellow0.0%
Key (black)18.8%
Color previews
#b858cf text on a black background
contrast 5.33:1
Card sample
#b858cf text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b858cf;
Background color
Panel with #b858cf background
background-color: #b858cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b858cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 88, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 88, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b858cf; background: linear-gradient(135deg, #b858cf, #CF5897);