#c735df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 53, 223
HSL
292°, 73%, 54%
CMYK
11, 76, 0, 13
Luminance
0.2002
Every format
| HEX | #c735df |
| RGB | rgb(199, 53, 223) |
| HSL | hsl(292, 73%, 54%) |
| CMYK | cmyk(11%, 76%, 0%, 13%) |
| LAB | lab(51.9 76.3 -57.0) |
| LCH | lch(51.9 95.2 323.3) |
| OKLCH | oklch(0.619 0.256 321.5) |
Copy-ready code
/* CSS */
color: #c735df;
background-color: #c735df;
/* Tailwind (arbitrary) */
class="text-[#c735df] bg-[#c735df]"
/* SCSS */
$brand: #c735df;
/* SwiftUI */
Color(red: 0.780, green: 0.208, blue: 0.875)
/* Android */
Color.parseColor("#c735df")Accessibility — WCAG contrast
Aa
#c735df on white: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c735df on black: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green20.8%
Blue87.5%
CMYK percentages
Cyan10.8%
Magenta76.2%
Yellow0.0%
Key (black)12.5%
Color previews
#c735df text on a black background
contrast 5.00:1
Card sample
#c735df text on a white background
contrast 4.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c735df;
Background color
Panel with #c735df background
background-color: #c735df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c735df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 53, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 53, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c735df; background: linear-gradient(135deg, #c735df, #DF3586);