#c03fd5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 63, 213
HSL
292°, 64%, 54%
CMYK
10, 70, 0, 17
Luminance
0.1957
Every format
| HEX | #c03fd5 |
| RGB | rgb(192, 63, 213) |
| HSL | hsl(292, 64%, 54%) |
| CMYK | cmyk(10%, 70%, 0%, 17%) |
| LAB | lab(51.3 69.9 -52.2) |
| LCH | lch(51.3 87.2 323.3) |
| OKLCH | oklch(0.611 0.235 321.7) |
Copy-ready code
/* CSS */
color: #c03fd5;
background-color: #c03fd5;
/* Tailwind (arbitrary) */
class="text-[#c03fd5] bg-[#c03fd5]"
/* SCSS */
$brand: #c03fd5;
/* SwiftUI */
Color(red: 0.753, green: 0.247, blue: 0.835)
/* Android */
Color.parseColor("#c03fd5")Accessibility — WCAG contrast
Aa
#c03fd5 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03fd5 on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green24.7%
Blue83.5%
CMYK percentages
Cyan9.9%
Magenta70.4%
Yellow0.0%
Key (black)16.5%
Color previews
#c03fd5 text on a black background
contrast 4.91:1
Card sample
#c03fd5 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03fd5;
Background color
Panel with #c03fd5 background
background-color: #c03fd5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03fd5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 63, 213, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 63, 213, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03fd5; background: linear-gradient(135deg, #c03fd5, #D53F86);