#c232df
a balanced, vivid violet · warm · closest name: magenta
RGB
194, 50, 223
HSL
290°, 73%, 54%
CMYK
13, 78, 0, 13
Luminance
0.1908
Every format
| HEX | #c232df |
| RGB | rgb(194, 50, 223) |
| HSL | hsl(290, 73%, 54%) |
| CMYK | cmyk(13%, 78%, 0%, 13%) |
| LAB | lab(50.8 76.3 -58.7) |
| LCH | lch(50.8 96.3 322.4) |
| OKLCH | oklch(0.610 0.257 320.1) |
Copy-ready code
/* CSS */
color: #c232df;
background-color: #c232df;
/* Tailwind (arbitrary) */
class="text-[#c232df] bg-[#c232df]"
/* SCSS */
$brand: #c232df;
/* SwiftUI */
Color(red: 0.761, green: 0.196, blue: 0.875)
/* Android */
Color.parseColor("#c232df")Accessibility — WCAG contrast
Aa
#c232df on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c232df on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green19.6%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta77.6%
Yellow0.0%
Key (black)12.5%
Color previews
#c232df text on a black background
contrast 4.82:1
Card sample
#c232df text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c232df;
Background color
Panel with #c232df background
background-color: #c232df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c232df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 50, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 50, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c232df; background: linear-gradient(135deg, #c232df, #DF3289);