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