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