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