#b75bdf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 91, 223
HSL
282°, 67%, 62%
CMYK
18, 59, 0, 13
Luminance
0.2288
Every format
| HEX | #b75bdf |
| RGB | rgb(183, 91, 223) |
| HSL | hsl(282, 67%, 62%) |
| CMYK | cmyk(18%, 59%, 0%, 13%) |
| LAB | lab(55.0 57.9 -52.1) |
| LCH | lch(55.0 77.9 318.0) |
| OKLCH | oklch(0.636 0.204 314.3) |
Copy-ready code
/* CSS */
color: #b75bdf;
background-color: #b75bdf;
/* Tailwind (arbitrary) */
class="text-[#b75bdf] bg-[#b75bdf]"
/* SCSS */
$brand: #b75bdf;
/* SwiftUI */
Color(red: 0.718, green: 0.357, blue: 0.875)
/* Android */
Color.parseColor("#b75bdf")Accessibility — WCAG contrast
Aa
#b75bdf on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b75bdf on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green35.7%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta59.2%
Yellow0.0%
Key (black)12.5%
Color previews
#b75bdf text on a black background
contrast 5.58:1
Card sample
#b75bdf text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75bdf;
Background color
Panel with #b75bdf background
background-color: #b75bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 91, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 91, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75bdf; background: linear-gradient(135deg, #b75bdf, #DF5BAF);