#bf63df
a balanced, vivid violet · warm · closest name: orchid
RGB
191, 99, 223
HSL
285°, 66%, 63%
CMYK
14, 56, 0, 13
Luminance
0.2533
Every format
| HEX | #bf63df |
| RGB | rgb(191, 99, 223) |
| HSL | hsl(285, 66%, 63%) |
| CMYK | cmyk(14%, 56%, 0%, 13%) |
| LAB | lab(57.4 56.0 -48.2) |
| LCH | lch(57.4 73.9 319.3) |
| OKLCH | oklch(0.656 0.196 316.6) |
Copy-ready code
/* CSS */
color: #bf63df;
background-color: #bf63df;
/* Tailwind (arbitrary) */
class="text-[#bf63df] bg-[#bf63df]"
/* SCSS */
$brand: #bf63df;
/* SwiftUI */
Color(red: 0.749, green: 0.388, blue: 0.875)
/* Android */
Color.parseColor("#bf63df")Accessibility — WCAG contrast
Aa
#bf63df on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf63df on black: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green38.8%
Blue87.5%
CMYK percentages
Cyan14.3%
Magenta55.6%
Yellow0.0%
Key (black)12.5%
Color previews
#bf63df text on a black background
contrast 6.07:1
Card sample
#bf63df text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf63df;
Background color
Panel with #bf63df background
background-color: #bf63df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf63df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 99, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 99, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf63df; background: linear-gradient(135deg, #bf63df, #DF63AC);