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