#b862df
a balanced, vivid violet · warm · closest name: orchid
RGB
184, 98, 223
HSL
281°, 66%, 63%
CMYK
18, 56, 0, 13
Luminance
0.2425
Every format
| HEX | #b862df |
| RGB | rgb(184, 98, 223) |
| HSL | hsl(281, 66%, 63%) |
| CMYK | cmyk(18%, 56%, 0%, 13%) |
| LAB | lab(56.3 54.8 -49.9) |
| LCH | lch(56.3 74.1 317.6) |
| OKLCH | oklch(0.647 0.194 314.0) |
Copy-ready code
/* CSS */
color: #b862df;
background-color: #b862df;
/* Tailwind (arbitrary) */
class="text-[#b862df] bg-[#b862df]"
/* SCSS */
$brand: #b862df;
/* SwiftUI */
Color(red: 0.722, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#b862df")Accessibility — WCAG contrast
Aa
#b862df on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b862df on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green38.4%
Blue87.5%
CMYK percentages
Cyan17.5%
Magenta56.1%
Yellow0.0%
Key (black)12.5%
Color previews
#b862df text on a black background
contrast 5.85:1
Card sample
#b862df text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b862df;
Background color
Panel with #b862df background
background-color: #b862df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b862df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b862df; background: linear-gradient(135deg, #b862df, #DF62B3);