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