#c323df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 35, 223
HSL
291°, 75%, 51%
CMYK
13, 84, 0, 13
Luminance
0.1813
Every format
| HEX | #c323df |
| RGB | rgb(195, 35, 223) |
| HSL | hsl(291, 75%, 51%) |
| CMYK | cmyk(13%, 84%, 0%, 13%) |
| LAB | lab(49.7 80.2 -60.5) |
| LCH | lch(49.7 100.5 322.9) |
| OKLCH | oklch(0.602 0.269 320.8) |
Copy-ready code
/* CSS */
color: #c323df;
background-color: #c323df;
/* Tailwind (arbitrary) */
class="text-[#c323df] bg-[#c323df]"
/* SCSS */
$brand: #c323df;
/* SwiftUI */
Color(red: 0.765, green: 0.137, blue: 0.875)
/* Android */
Color.parseColor("#c323df")Accessibility — WCAG contrast
Aa
#c323df on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c323df on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green13.7%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta84.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c323df text on a black background
contrast 4.63:1
Card sample
#c323df text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c323df;
Background color
Panel with #c323df background
background-color: #c323df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c323df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 35, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 35, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c323df; background: linear-gradient(135deg, #c323df, #DF237E);