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