#bf33cd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
191, 51, 205
HSL
295°, 61%, 50%
CMYK
7, 75, 0, 20
Luminance
0.1785
Every format
| HEX | #bf33cd |
| RGB | rgb(191, 51, 205) |
| HSL | hsl(295, 61%, 50%) |
| CMYK | cmyk(7%, 75%, 0%, 20%) |
| LAB | lab(49.3 72.3 -50.8) |
| LCH | lch(49.3 88.4 324.9) |
| OKLCH | oklch(0.595 0.241 323.9) |
Copy-ready code
/* CSS */
color: #bf33cd;
background-color: #bf33cd;
/* Tailwind (arbitrary) */
class="text-[#bf33cd] bg-[#bf33cd]"
/* SCSS */
$brand: #bf33cd;
/* SwiftUI */
Color(red: 0.749, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#bf33cd")Accessibility — WCAG contrast
Aa
#bf33cd on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#bf33cd on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan6.8%
Magenta75.1%
Yellow0.0%
Key (black)19.6%
Color previews
#bf33cd text on a black background
contrast 4.57:1
Card sample
#bf33cd text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf33cd;
Background color
Panel with #bf33cd background
background-color: #bf33cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf33cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf33cd; background: linear-gradient(135deg, #bf33cd, #CD3374);