#bd68df
a balanced, vivid violet · warm · closest name: orchid
RGB
189, 104, 223
HSL
283°, 65%, 64%
CMYK
15, 53, 0, 13
Luminance
0.2605
Every format
| HEX | #bd68df |
| RGB | rgb(189, 104, 223) |
| HSL | hsl(283, 65%, 64%) |
| CMYK | cmyk(15%, 53%, 0%, 13%) |
| LAB | lab(58.1 53.0 -47.1) |
| LCH | lch(58.1 70.9 318.4) |
| OKLCH | oklch(0.661 0.187 315.4) |
Copy-ready code
/* CSS */
color: #bd68df;
background-color: #bd68df;
/* Tailwind (arbitrary) */
class="text-[#bd68df] bg-[#bd68df]"
/* SCSS */
$brand: #bd68df;
/* SwiftUI */
Color(red: 0.741, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#bd68df")Accessibility — WCAG contrast
Aa
#bd68df on white: 3.38:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd68df on black: 6.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green40.8%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bd68df text on a black background
contrast 6.21:1
Card sample
#bd68df text on a white background
contrast 3.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd68df;
Background color
Panel with #bd68df background
background-color: #bd68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd68df; background: linear-gradient(135deg, #bd68df, #DF68B2);