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