#c134df
a balanced, vivid violet · warm · closest name: magenta
RGB
193, 52, 223
HSL
290°, 73%, 54%
CMYK
14, 77, 0, 13
Luminance
0.1912
Every format
| HEX | #c134df |
| RGB | rgb(193, 52, 223) |
| HSL | hsl(290, 73%, 54%) |
| CMYK | cmyk(14%, 77%, 0%, 13%) |
| LAB | lab(50.8 75.5 -58.7) |
| LCH | lch(50.8 95.6 322.2) |
| OKLCH | oklch(0.610 0.255 319.8) |
Copy-ready code
/* CSS */
color: #c134df;
background-color: #c134df;
/* Tailwind (arbitrary) */
class="text-[#c134df] bg-[#c134df]"
/* SCSS */
$brand: #c134df;
/* SwiftUI */
Color(red: 0.757, green: 0.204, blue: 0.875)
/* Android */
Color.parseColor("#c134df")Accessibility — WCAG contrast
Aa
#c134df on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c134df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green20.4%
Blue87.5%
CMYK percentages
Cyan13.5%
Magenta76.7%
Yellow0.0%
Key (black)12.5%
Color previews
#c134df text on a black background
contrast 4.82:1
Card sample
#c134df text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c134df;
Background color
Panel with #c134df background
background-color: #c134df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c134df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 52, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 52, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c134df; background: linear-gradient(135deg, #c134df, #DF348B);