#c206df
a dark, electric magenta / pink · warm · closest name: magenta
RGB
194, 6, 223
HSL
292°, 95%, 45%
CMYK
13, 97, 0, 13
Luminance
0.1693
Every format
| HEX | #c206df |
| RGB | rgb(194, 6, 223) |
| HSL | hsl(292, 95%, 45%) |
| CMYK | cmyk(13%, 97%, 0%, 13%) |
| LAB | lab(48.2 83.9 -63.0) |
| LCH | lch(48.2 104.9 323.1) |
| OKLCH | oklch(0.591 0.280 320.9) |
Copy-ready code
/* CSS */
color: #c206df;
background-color: #c206df;
/* Tailwind (arbitrary) */
class="text-[#c206df] bg-[#c206df]"
/* SCSS */
$brand: #c206df;
/* SwiftUI */
Color(red: 0.761, green: 0.024, blue: 0.875)
/* Android */
Color.parseColor("#c206df")Accessibility — WCAG contrast
Aa
#c206df on white: 4.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c206df on black: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green2.4%
Blue87.5%
CMYK percentages
Cyan13.0%
Magenta97.3%
Yellow0.0%
Key (black)12.5%
Color previews
#c206df text on a black background
contrast 4.39:1
Card sample
#c206df text on a white background
contrast 4.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c206df;
Background color
Panel with #c206df background
background-color: #c206df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c206df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 6, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 6, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c206df; background: linear-gradient(135deg, #c206df, #DF066B);