#c335af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
195, 53, 175
HSL
309°, 57%, 49%
CMYK
0, 73, 10, 24
Luminance
0.1724
Every format
| HEX | #c335af |
| RGB | rgb(195, 53, 175) |
| HSL | hsl(309, 57%, 49%) |
| CMYK | cmyk(0%, 73%, 10%, 24%) |
| LAB | lab(48.6 67.8 -34.5) |
| LCH | lch(48.6 76.0 333.0) |
| OKLCH | oklch(0.586 0.218 334.4) |
Copy-ready code
/* CSS */
color: #c335af;
background-color: #c335af;
/* Tailwind (arbitrary) */
class="text-[#c335af] bg-[#c335af]"
/* SCSS */
$brand: #c335af;
/* SwiftUI */
Color(red: 0.765, green: 0.208, blue: 0.686)
/* Android */
Color.parseColor("#c335af")Accessibility — WCAG contrast
Aa
#c335af on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c335af on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green20.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow10.3%
Key (black)23.5%
Color previews
#c335af text on a black background
contrast 4.45:1
Card sample
#c335af text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c335af;
Background color
Panel with #c335af background
background-color: #c335af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c335af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 53, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 53, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c335af; background: linear-gradient(135deg, #c335af, #C33550);