#c232cd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 50, 205
HSL
296°, 61%, 50%
CMYK
5, 76, 0, 20
Luminance
0.1816
Every format
| HEX | #c232cd |
| RGB | rgb(194, 50, 205) |
| HSL | hsl(296, 61%, 50%) |
| CMYK | cmyk(5%, 76%, 0%, 20%) |
| LAB | lab(49.7 73.2 -50.2) |
| LCH | lch(49.7 88.8 325.6) |
| OKLCH | oklch(0.598 0.243 324.9) |
Copy-ready code
/* CSS */
color: #c232cd;
background-color: #c232cd;
/* Tailwind (arbitrary) */
class="text-[#c232cd] bg-[#c232cd]"
/* SCSS */
$brand: #c232cd;
/* SwiftUI */
Color(red: 0.761, green: 0.196, blue: 0.804)
/* Android */
Color.parseColor("#c232cd")Accessibility — WCAG contrast
Aa
#c232cd on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c232cd on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green19.6%
Blue80.4%
CMYK percentages
Cyan5.4%
Magenta75.6%
Yellow0.0%
Key (black)19.6%
Color previews
#c232cd text on a black background
contrast 4.63:1
Card sample
#c232cd text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c232cd;
Background color
Panel with #c232cd background
background-color: #c232cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c232cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 50, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 50, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c232cd; background: linear-gradient(135deg, #c232cd, #CD3271);