#c336fd
a balanced, electric violet · warm · closest name: magenta
RGB
195, 54, 253
HSL
283°, 98%, 60%
CMYK
23, 79, 0, 1
Luminance
0.2133
Every format
| HEX | #c336fd |
| RGB | rgb(195, 54, 253) |
| HSL | hsl(283, 98%, 60%) |
| CMYK | cmyk(23%, 79%, 0%, 1%) |
| LAB | lab(53.3 80.7 -71.5) |
| LCH | lch(53.3 107.8 318.5) |
| OKLCH | oklch(0.634 0.278 313.3) |
Copy-ready code
/* CSS */
color: #c336fd;
background-color: #c336fd;
/* Tailwind (arbitrary) */
class="text-[#c336fd] bg-[#c336fd]"
/* SCSS */
$brand: #c336fd;
/* SwiftUI */
Color(red: 0.765, green: 0.212, blue: 0.992)
/* Android */
Color.parseColor("#c336fd")Accessibility — WCAG contrast
Aa
#c336fd on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c336fd on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green21.2%
Blue99.2%
CMYK percentages
Cyan22.9%
Magenta78.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c336fd text on a black background
contrast 5.27:1
Card sample
#c336fd text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c336fd;
Background color
Panel with #c336fd background
background-color: #c336fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c336fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 54, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 54, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c336fd; background: linear-gradient(135deg, #c336fd, #FD36B2);