#c03eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 62, 178
HSL
307°, 51%, 50%
CMYK
0, 68, 7, 25
Luminance
0.1787
Every format
| HEX | #c03eb2 |
| RGB | rgb(192, 62, 178) |
| HSL | hsl(307, 51%, 50%) |
| CMYK | cmyk(0%, 68%, 7%, 25%) |
| LAB | lab(49.3 64.4 -35.1) |
| LCH | lch(49.3 73.3 331.4) |
| OKLCH | oklch(0.591 0.209 332.5) |
Copy-ready code
/* CSS */
color: #c03eb2;
background-color: #c03eb2;
/* Tailwind (arbitrary) */
class="text-[#c03eb2] bg-[#c03eb2]"
/* SCSS */
$brand: #c03eb2;
/* SwiftUI */
Color(red: 0.753, green: 0.243, blue: 0.698)
/* Android */
Color.parseColor("#c03eb2")Accessibility — WCAG contrast
Aa
#c03eb2 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c03eb2 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green24.3%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta67.7%
Yellow7.3%
Key (black)24.7%
Color previews
#c03eb2 text on a black background
contrast 4.57:1
Card sample
#c03eb2 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03eb2;
Background color
Panel with #c03eb2 background
background-color: #c03eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 62, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 62, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03eb2; background: linear-gradient(135deg, #c03eb2, #C03E5B);