#c136fd
a balanced, electric violet · warm · closest name: magenta
RGB
193, 54, 253
HSL
282°, 98%, 60%
CMYK
24, 79, 0, 1
Luminance
0.2107
Every format
| HEX | #c136fd |
| RGB | rgb(193, 54, 253) |
| HSL | hsl(282, 98%, 60%) |
| CMYK | cmyk(24%, 79%, 0%, 1%) |
| LAB | lab(53.0 80.4 -72.0) |
| LCH | lch(53.0 107.9 318.2) |
| OKLCH | oklch(0.631 0.277 312.7) |
Copy-ready code
/* CSS */
color: #c136fd;
background-color: #c136fd;
/* Tailwind (arbitrary) */
class="text-[#c136fd] bg-[#c136fd]"
/* SCSS */
$brand: #c136fd;
/* SwiftUI */
Color(red: 0.757, green: 0.212, blue: 0.992)
/* Android */
Color.parseColor("#c136fd")Accessibility — WCAG contrast
Aa
#c136fd on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c136fd on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green21.2%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta78.7%
Yellow0.0%
Key (black)0.8%
Color previews
#c136fd text on a black background
contrast 5.21:1
Card sample
#c136fd text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c136fd;
Background color
Panel with #c136fd background
background-color: #c136fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c136fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 54, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 54, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c136fd; background: linear-gradient(135deg, #c136fd, #FD36B4);