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