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