#b75fdf
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 95, 223
HSL
281°, 67%, 62%
CMYK
18, 57, 0, 13
Luminance
0.2358
Every format
| HEX | #b75fdf |
| RGB | rgb(183, 95, 223) |
| HSL | hsl(281, 67%, 62%) |
| CMYK | cmyk(18%, 57%, 0%, 13%) |
| LAB | lab(55.7 56.0 -51.0) |
| LCH | lch(55.7 75.7 317.7) |
| OKLCH | oklch(0.642 0.198 313.9) |
Copy-ready code
/* CSS */
color: #b75fdf;
background-color: #b75fdf;
/* Tailwind (arbitrary) */
class="text-[#b75fdf] bg-[#b75fdf]"
/* SCSS */
$brand: #b75fdf;
/* SwiftUI */
Color(red: 0.718, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#b75fdf")Accessibility — WCAG contrast
Aa
#b75fdf on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b75fdf on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.3%
Blue87.5%
CMYK percentages
Cyan17.9%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#b75fdf text on a black background
contrast 5.72:1
Card sample
#b75fdf text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75fdf;
Background color
Panel with #b75fdf background
background-color: #b75fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75fdf; background: linear-gradient(135deg, #b75fdf, #DF5FB2);