#bd75df
a light, vivid violet · warm · closest name: orchid
RGB
189, 117, 223
HSL
281°, 62%, 67%
CMYK
15, 48, 0, 13
Luminance
0.2887
Every format
| HEX | #bd75df |
| RGB | rgb(189, 117, 223) |
| HSL | hsl(281, 62%, 67%) |
| CMYK | cmyk(15%, 48%, 0%, 13%) |
| LAB | lab(60.7 46.3 -43.0) |
| LCH | lch(60.7 63.2 317.1) |
| OKLCH | oklch(0.680 0.167 314.1) |
Copy-ready code
/* CSS */
color: #bd75df;
background-color: #bd75df;
/* Tailwind (arbitrary) */
class="text-[#bd75df] bg-[#bd75df]"
/* SCSS */
$brand: #bd75df;
/* SwiftUI */
Color(red: 0.741, green: 0.459, blue: 0.875)
/* Android */
Color.parseColor("#bd75df")Accessibility — WCAG contrast
Aa
#bd75df on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd75df on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green45.9%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta47.5%
Yellow0.0%
Key (black)12.5%
Color previews
#bd75df text on a black background
contrast 6.77:1
Card sample
#bd75df text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd75df;
Background color
Panel with #bd75df background
background-color: #bd75df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd75df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 117, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 117, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd75df; background: linear-gradient(135deg, #bd75df, #DF75BA);