#c03cca
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 60, 202
HSL
296°, 57%, 51%
CMYK
5, 70, 0, 21
Luminance
0.1870
Every format
| HEX | #c03cca |
| RGB | rgb(192, 60, 202) |
| HSL | hsl(296, 57%, 51%) |
| CMYK | cmyk(5%, 70%, 0%, 21%) |
| LAB | lab(50.3 69.0 -47.5) |
| LCH | lch(50.3 83.8 325.5) |
| OKLCH | oklch(0.602 0.230 324.9) |
Copy-ready code
/* CSS */
color: #c03cca;
background-color: #c03cca;
/* Tailwind (arbitrary) */
class="text-[#c03cca] bg-[#c03cca]"
/* SCSS */
$brand: #c03cca;
/* SwiftUI */
Color(red: 0.753, green: 0.235, blue: 0.792)
/* Android */
Color.parseColor("#c03cca")Accessibility — WCAG contrast
Aa
#c03cca on white: 4.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c03cca on black: 4.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green23.5%
Blue79.2%
CMYK percentages
Cyan5.0%
Magenta70.3%
Yellow0.0%
Key (black)20.8%
Color previews
#c03cca text on a black background
contrast 4.74:1
Card sample
#c03cca text on a white background
contrast 4.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c03cca;
Background color
Panel with #c03cca background
background-color: #c03cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c03cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 60, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 60, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c03cca; background: linear-gradient(135deg, #c03cca, #CA3C75);