#c237c2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
194, 55, 194
HSL
300°, 56%, 49%
CMYK
0, 72, 0, 24
Luminance
0.1810
Every format
| HEX | #c237c2 |
| RGB | rgb(194, 55, 194) |
| HSL | hsl(300, 56%, 49%) |
| CMYK | cmyk(0%, 72%, 0%, 24%) |
| LAB | lab(49.6 69.8 -44.0) |
| LCH | lch(49.6 82.5 327.8) |
| OKLCH | oklch(0.596 0.230 328.0) |
Copy-ready code
/* CSS */
color: #c237c2;
background-color: #c237c2;
/* Tailwind (arbitrary) */
class="text-[#c237c2] bg-[#c237c2]"
/* SCSS */
$brand: #c237c2;
/* SwiftUI */
Color(red: 0.761, green: 0.216, blue: 0.761)
/* Android */
Color.parseColor("#c237c2")Accessibility — WCAG contrast
Aa
#c237c2 on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c237c2 on black: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green21.6%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow0.0%
Key (black)23.9%
Color previews
#c237c2 text on a black background
contrast 4.62:1
Card sample
#c237c2 text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c237c2;
Background color
Panel with #c237c2 background
background-color: #c237c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c237c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 55, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 55, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c237c2; background: linear-gradient(135deg, #c237c2, #C23765);