#b75fd2
a balanced, vivid violet · warm · closest name: orchid
RGB
183, 95, 210
HSL
286°, 56%, 60%
CMYK
13, 55, 0, 18
Luminance
0.2290
Every format
| HEX | #b75fd2 |
| RGB | rgb(183, 95, 210) |
| HSL | hsl(286, 56%, 60%) |
| CMYK | cmyk(13%, 55%, 0%, 18%) |
| LAB | lab(55.0 53.3 -44.8) |
| LCH | lch(55.0 69.6 320.0) |
| OKLCH | oklch(0.634 0.185 317.7) |
Copy-ready code
/* CSS */
color: #b75fd2;
background-color: #b75fd2;
/* Tailwind (arbitrary) */
class="text-[#b75fd2] bg-[#b75fd2]"
/* SCSS */
$brand: #b75fd2;
/* SwiftUI */
Color(red: 0.718, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#b75fd2")Accessibility — WCAG contrast
Aa
#b75fd2 on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#b75fd2 on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red71.8%
Green37.3%
Blue82.4%
CMYK percentages
Cyan12.9%
Magenta54.8%
Yellow0.0%
Key (black)17.6%
Color previews
#b75fd2 text on a black background
contrast 5.58:1
Card sample
#b75fd2 text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b75fd2;
Background color
Panel with #b75fd2 background
background-color: #b75fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b75fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(183, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(183, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b75fd2; background: linear-gradient(135deg, #b75fd2, #D25FA0);