#b84eee
a balanced, electric violet · warm · closest name: orchid
RGB
184, 78, 238
HSL
280°, 83%, 62%
CMYK
23, 67, 0, 7
Luminance
0.2181
Every format
| HEX | #b84eee |
| RGB | rgb(184, 78, 238) |
| HSL | hsl(280, 83%, 62%) |
| CMYK | cmyk(23%, 67%, 0%, 7%) |
| LAB | lab(53.8 67.1 -62.4) |
| LCH | lch(53.8 91.6 317.1) |
| OKLCH | oklch(0.631 0.237 311.9) |
Copy-ready code
/* CSS */
color: #b84eee;
background-color: #b84eee;
/* Tailwind (arbitrary) */
class="text-[#b84eee] bg-[#b84eee]"
/* SCSS */
$brand: #b84eee;
/* SwiftUI */
Color(red: 0.722, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#b84eee")Accessibility — WCAG contrast
Aa
#b84eee on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b84eee on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green30.6%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#b84eee text on a black background
contrast 5.36:1
Card sample
#b84eee text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b84eee;
Background color
Panel with #b84eee background
background-color: #b84eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b84eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b84eee; background: linear-gradient(135deg, #b84eee, #EE4EB9);