#c050b2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
192, 80, 178
HSL
308°, 47%, 53%
CMYK
0, 58, 7, 25
Luminance
0.2016
Every format
| HEX | #c050b2 |
| RGB | rgb(192, 80, 178) |
| HSL | hsl(308, 47%, 53%) |
| CMYK | cmyk(0%, 58%, 7%, 25%) |
| LAB | lab(52.0 57.0 -30.9) |
| LCH | lch(52.0 64.8 331.5) |
| OKLCH | oklch(0.610 0.184 332.7) |
Copy-ready code
/* CSS */
color: #c050b2;
background-color: #c050b2;
/* Tailwind (arbitrary) */
class="text-[#c050b2] bg-[#c050b2]"
/* SCSS */
$brand: #c050b2;
/* SwiftUI */
Color(red: 0.753, green: 0.314, blue: 0.698)
/* Android */
Color.parseColor("#c050b2")Accessibility — WCAG contrast
Aa
#c050b2 on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c050b2 on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.3%
Green31.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta58.3%
Yellow7.3%
Key (black)24.7%
Color previews
#c050b2 text on a black background
contrast 5.03:1
Card sample
#c050b2 text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c050b2;
Background color
Panel with #c050b2 background
background-color: #c050b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c050b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(192, 80, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(192, 80, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c050b2; background: linear-gradient(135deg, #c050b2, #C05067);