#c33ddf
a balanced, vivid violet · warm · closest name: magenta
RGB
195, 61, 223
HSL
290°, 72%, 56%
CMYK
13, 73, 0, 13
Luminance
0.2027
Every format
| HEX | #c33ddf |
| RGB | rgb(195, 61, 223) |
| HSL | hsl(290, 72%, 56%) |
| CMYK | cmyk(13%, 73%, 0%, 13%) |
| LAB | lab(52.1 73.0 -56.5) |
| LCH | lch(52.1 92.3 322.2) |
| OKLCH | oklch(0.620 0.247 320.0) |
Copy-ready code
/* CSS */
color: #c33ddf;
background-color: #c33ddf;
/* Tailwind (arbitrary) */
class="text-[#c33ddf] bg-[#c33ddf]"
/* SCSS */
$brand: #c33ddf;
/* SwiftUI */
Color(red: 0.765, green: 0.239, blue: 0.875)
/* Android */
Color.parseColor("#c33ddf")Accessibility — WCAG contrast
Aa
#c33ddf on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c33ddf on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green23.9%
Blue87.5%
CMYK percentages
Cyan12.6%
Magenta72.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c33ddf text on a black background
contrast 5.05:1
Card sample
#c33ddf text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c33ddf;
Background color
Panel with #c33ddf background
background-color: #c33ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c33ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 61, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 61, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c33ddf; background: linear-gradient(135deg, #c33ddf, #DF3D8F);