#bd79df
a light, vivid violet · warm · closest name: orchid
RGB
189, 121, 223
HSL
280°, 61%, 68%
CMYK
15, 46, 0, 13
Luminance
0.2982
Every format
| HEX | #bd79df |
| RGB | rgb(189, 121, 223) |
| HSL | hsl(280, 61%, 68%) |
| CMYK | cmyk(15%, 46%, 0%, 13%) |
| LAB | lab(61.5 44.2 -41.7) |
| LCH | lch(61.5 60.8 316.6) |
| OKLCH | oklch(0.686 0.160 313.6) |
Copy-ready code
/* CSS */
color: #bd79df;
background-color: #bd79df;
/* Tailwind (arbitrary) */
class="text-[#bd79df] bg-[#bd79df]"
/* SCSS */
$brand: #bd79df;
/* SwiftUI */
Color(red: 0.741, green: 0.475, blue: 0.875)
/* Android */
Color.parseColor("#bd79df")Accessibility — WCAG contrast
Aa
#bd79df on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd79df on black: 6.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green47.5%
Blue87.5%
CMYK percentages
Cyan15.2%
Magenta45.7%
Yellow0.0%
Key (black)12.5%
Color previews
#bd79df text on a black background
contrast 6.96:1
Card sample
#bd79df text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd79df;
Background color
Panel with #bd79df background
background-color: #bd79df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd79df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 121, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 121, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd79df; background: linear-gradient(135deg, #bd79df, #DF79BD);