#b758da
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 88, 218
HSL
284°, 64%, 60%
CMYK
16, 60, 0, 15
Luminance
0.2211
Every format
| HEX | #b758da |
| RGB | rgb(183, 88, 218) |
| HSL | hsl(284, 64%, 60%) |
| CMYK | cmyk(16%, 60%, 0%, 15%) |
| LAB | lab(54.1 58.3 -50.6) |
| LCH | lch(54.1 77.2 319.0) |
| OKLCH | oklch(0.630 0.204 315.9) |
Copy-ready code
/* CSS */
color: #b758da;
background-color: #b758da;
/* Tailwind (arbitrary) */
class="text-[#b758da] bg-[#b758da]"
/* SCSS */
$brand: #b758da;
/* SwiftUI */
Color(red: 0.718, green: 0.345, blue: 0.855)
/* Android */
Color.parseColor("#b758da")Accessibility — WCAG contrast
Aa
#b758da on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b758da on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green34.5%
Blue85.5%
CMYK percentages
Cyan16.1%
Magenta59.6%
Yellow0.0%
Key (black)14.5%
Color previews
#b758da text on a black background
contrast 5.42:1
Card sample
#b758da text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b758da;
Background color
Panel with #b758da background
background-color: #b758da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b758da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 88, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 88, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b758da; background: linear-gradient(135deg, #b758da, #DA58A6);