#b85eee
a light, electric violet · warm · closest name: orchid
RGB
184, 94, 238
HSL
278°, 81%, 65%
CMYK
23, 61, 0, 7
Luminance
0.2437
Every format
| HEX | #b85eee |
| RGB | rgb(184, 94, 238) |
| HSL | hsl(278, 81%, 65%) |
| CMYK | cmyk(23%, 61%, 0%, 7%) |
| LAB | lab(56.5 59.9 -58.1) |
| LCH | lch(56.5 83.5 315.8) |
| OKLCH | oklch(0.650 0.216 310.6) |
Copy-ready code
/* CSS */
color: #b85eee;
background-color: #b85eee;
/* Tailwind (arbitrary) */
class="text-[#b85eee] bg-[#b85eee]"
/* SCSS */
$brand: #b85eee;
/* SwiftUI */
Color(red: 0.722, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#b85eee")Accessibility — WCAG contrast
Aa
#b85eee on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b85eee on black: 5.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.2%
Green36.9%
Blue93.3%
CMYK percentages
Cyan22.7%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#b85eee text on a black background
contrast 5.87:1
Card sample
#b85eee text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b85eee;
Background color
Panel with #b85eee background
background-color: #b85eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b85eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(184, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(184, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b85eee; background: linear-gradient(135deg, #b85eee, #EE5EC4);