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