#bf42df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 66, 223
HSL
288°, 71%, 57%
CMYK
14, 70, 0, 13
Luminance
0.2030
Every format
| HEX | #bf42df |
| RGB | rgb(191, 66, 223) |
| HSL | hsl(288, 71%, 57%) |
| CMYK | cmyk(14%, 70%, 0%, 13%) |
| LAB | lab(52.2 70.4 -56.5) |
| LCH | lch(52.2 90.3 321.2) |
| OKLCH | oklch(0.619 0.240 318.6) |
Copy-ready code
/* CSS */
color: #bf42df;
background-color: #bf42df;
/* Tailwind (arbitrary) */
class="text-[#bf42df] bg-[#bf42df]"
/* SCSS */
$brand: #bf42df;
/* SwiftUI */
Color(red: 0.749, green: 0.259, blue: 0.875)
/* Android */
Color.parseColor("#bf42df")Accessibility — WCAG contrast
Aa
#bf42df on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf42df on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green25.9%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta70.4%
Yellow0.0%
Key (black)12.5%
Color previews
#bf42df text on a black background
contrast 5.06:1
Card sample
#bf42df text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf42df;
Background color
Panel with #bf42df background
background-color: #bf42df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf42df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 66, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 66, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf42df; background: linear-gradient(135deg, #bf42df, #DF4296);