#bd78df
a light, vivid violet · warm · closest name: orchid
RGB
189, 120, 223
HSL
280°, 62%, 67%
CMYK
15, 46, 0, 13
Luminance
0.2958
Every format
| HEX | #bd78df |
| RGB | rgb(189, 120, 223) |
| HSL | hsl(280, 62%, 67%) |
| CMYK | cmyk(15%, 46%, 0%, 13%) |
| LAB | lab(61.3 44.7 -42.1) |
| LCH | lch(61.3 61.4 316.7) |
| OKLCH | oklch(0.685 0.162 313.7) |
Copy-ready code
/* CSS */
color: #bd78df;
background-color: #bd78df;
/* Tailwind (arbitrary) */
class="text-[#bd78df] bg-[#bd78df]"
/* SCSS */
$brand: #bd78df;
/* SwiftUI */
Color(red: 0.741, green: 0.471, blue: 0.875)
/* Android */
Color.parseColor("#bd78df")Accessibility — WCAG contrast
Aa
#bd78df on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd78df on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green47.1%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta46.2%
Yellow0.0%
Key (black)12.5%
Color previews
#bd78df text on a black background
contrast 6.92:1
Card sample
#bd78df text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd78df;
Background color
Panel with #bd78df background
background-color: #bd78df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd78df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 120, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 120, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd78df; background: linear-gradient(135deg, #bd78df, #DF78BC);