#b358da
a balanced, vivid violet · warm · closest name: orchid
RGB
179, 88, 218
HSL
282°, 64%, 60%
CMYK
18, 60, 0, 15
Luminance
0.2163
Every format
| HEX | #b358da |
| RGB | rgb(179, 88, 218) |
| HSL | hsl(282, 64%, 60%) |
| CMYK | cmyk(18%, 60%, 0%, 15%) |
| LAB | lab(53.6 57.4 -51.5) |
| LCH | lch(53.6 77.0 318.1) |
| OKLCH | oklch(0.625 0.202 314.4) |
Copy-ready code
/* CSS */
color: #b358da;
background-color: #b358da;
/* Tailwind (arbitrary) */
class="text-[#b358da] bg-[#b358da]"
/* SCSS */
$brand: #b358da;
/* SwiftUI */
Color(red: 0.702, green: 0.345, blue: 0.855)
/* Android */
Color.parseColor("#b358da")Accessibility — WCAG contrast
Aa
#b358da on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b358da on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red70.2%
Green34.5%
Blue85.5%
CMYK percentages
Cyan17.9%
Magenta59.6%
Yellow0.0%
Key (black)14.5%
Color previews
#b358da text on a black background
contrast 5.33:1
Card sample
#b358da text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b358da;
Background color
Panel with #b358da background
background-color: #b358da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b358da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(179, 88, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(179, 88, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b358da; background: linear-gradient(135deg, #b358da, #DA58AA);