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