#c71ecc
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
199, 30, 204
HSL
298°, 74%, 46%
CMYK
3, 85, 0, 20
Luminance
0.1743
Every format
| HEX | #c71ecc |
| RGB | rgb(199, 30, 204) |
| HSL | hsl(298, 74%, 46%) |
| CMYK | cmyk(3%, 85%, 0%, 20%) |
| LAB | lab(48.8 78.8 -51.0) |
| LCH | lch(48.8 93.8 327.1) |
| OKLCH | oklch(0.594 0.260 326.9) |
Copy-ready code
/* CSS */
color: #c71ecc;
background-color: #c71ecc;
/* Tailwind (arbitrary) */
class="text-[#c71ecc] bg-[#c71ecc]"
/* SCSS */
$brand: #c71ecc;
/* SwiftUI */
Color(red: 0.780, green: 0.118, blue: 0.800)
/* Android */
Color.parseColor("#c71ecc")Accessibility — WCAG contrast
Aa
#c71ecc on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c71ecc on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green11.8%
Blue80.0%
CMYK percentages
Cyan2.5%
Magenta85.3%
Yellow0.0%
Key (black)20.0%
Color previews
#c71ecc text on a black background
contrast 4.49:1
Card sample
#c71ecc text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c71ecc;
Background color
Panel with #c71ecc background
background-color: #c71ecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c71ecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 30, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 30, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c71ecc; background: linear-gradient(135deg, #c71ecc, #CC1E5D);