#b385eb
a light, vivid violet · warm · closest name: orchid
RGB
179, 133, 235
HSL
267°, 72%, 72%
CMYK
24, 43, 0, 8
Luminance
0.3236
Every format
| HEX | #b385eb |
| RGB | rgb(179, 133, 235) |
| HSL | hsl(267, 72%, 72%) |
| CMYK | cmyk(24%, 43%, 0%, 8%) |
| LAB | lab(63.6 37.5 -45.1) |
| LCH | lch(63.6 58.7 309.7) |
| OKLCH | oklch(0.702 0.151 303.5) |
Copy-ready code
/* CSS */
color: #b385eb;
background-color: #b385eb;
/* Tailwind (arbitrary) */
class="text-[#b385eb] bg-[#b385eb]"
/* SCSS */
$brand: #b385eb;
/* SwiftUI */
Color(red: 0.702, green: 0.522, blue: 0.922)
/* Android */
Color.parseColor("#b385eb")Accessibility — WCAG contrast
Aa
#b385eb on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#b385eb on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green52.2%
Blue92.2%
CMYK percentages
Cyan23.8%
Magenta43.4%
Yellow0.0%
Key (black)7.8%
Color previews
#b385eb text on a black background
contrast 7.47:1
Card sample
#b385eb text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b385eb;
Background color
Panel with #b385eb background
background-color: #b385eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b385eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 133, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 133, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b385eb; background: linear-gradient(135deg, #b385eb, #EB85DF);