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