#bf38bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 56, 188
HSL
301°, 55%, 48%
CMYK
0, 71, 2, 25
Luminance
0.1754
Every format
| HEX | #bf38bc |
| RGB | rgb(191, 56, 188) |
| HSL | hsl(301, 55%, 48%) |
| CMYK | cmyk(0%, 71%, 2%, 25%) |
| LAB | lab(48.9 67.9 -41.6) |
| LCH | lch(48.9 79.6 328.5) |
| OKLCH | oklch(0.589 0.223 328.9) |
Copy-ready code
/* CSS */
color: #bf38bc;
background-color: #bf38bc;
/* Tailwind (arbitrary) */
class="text-[#bf38bc] bg-[#bf38bc]"
/* SCSS */
$brand: #bf38bc;
/* SwiftUI */
Color(red: 0.749, green: 0.220, blue: 0.737)
/* Android */
Color.parseColor("#bf38bc")Accessibility — WCAG contrast
Aa
#bf38bc on white: 4.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf38bc on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green22.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta70.7%
Yellow1.6%
Key (black)25.1%
Color previews
#bf38bc text on a black background
contrast 4.51:1
Card sample
#bf38bc text on a white background
contrast 4.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf38bc;
Background color
Panel with #bf38bc background
background-color: #bf38bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf38bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 56, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 56, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf38bc; background: linear-gradient(135deg, #bf38bc, #BF3862);