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