#c336df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
195, 54, 223
HSL
290°, 73%, 54%
CMYK
13, 76, 0, 13
Luminance
0.1957
Every format
| HEX | #c336df |
| RGB | rgb(195, 54, 223) |
| HSL | hsl(290, 73%, 54%) |
| CMYK | cmyk(13%, 76%, 0%, 13%) |
| LAB | lab(51.4 75.3 -57.8) |
| LCH | lch(51.4 94.9 322.5) |
| OKLCH | oklch(0.614 0.254 320.3) |
Copy-ready code
/* CSS */
color: #c336df;
background-color: #c336df;
/* Tailwind (arbitrary) */
class="text-[#c336df] bg-[#c336df]"
/* SCSS */
$brand: #c336df;
/* SwiftUI */
Color(red: 0.765, green: 0.212, blue: 0.875)
/* Android */
Color.parseColor("#c336df")Accessibility — WCAG contrast
Aa
#c336df on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c336df on black: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green21.2%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta75.8%
Yellow0.0%
Key (black)12.5%
Color previews
#c336df text on a black background
contrast 4.91:1
Card sample
#c336df text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c336df;
Background color
Panel with #c336df background
background-color: #c336df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c336df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 54, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 54, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c336df; background: linear-gradient(135deg, #c336df, #DF368A);