#c706eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
199, 6, 235
HSL
291°, 95%, 47%
CMYK
15, 97, 0, 8
Luminance
0.1827
Every format
| HEX | #c706eb |
| RGB | rgb(199, 6, 235) |
| HSL | hsl(291, 95%, 47%) |
| CMYK | cmyk(15%, 97%, 0%, 8%) |
| LAB | lab(49.8 86.6 -67.0) |
| LCH | lch(49.8 109.5 322.2) |
| OKLCH | oklch(0.607 0.290 319.4) |
Copy-ready code
/* CSS */
color: #c706eb;
background-color: #c706eb;
/* Tailwind (arbitrary) */
class="text-[#c706eb] bg-[#c706eb]"
/* SCSS */
$brand: #c706eb;
/* SwiftUI */
Color(red: 0.780, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#c706eb")Accessibility — WCAG contrast
Aa
#c706eb on white: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c706eb on black: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green2.4%
Blue92.2%
CMYK percentages
Cyan15.3%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c706eb text on a black background
contrast 4.65:1
Card sample
#c706eb text on a white background
contrast 4.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c706eb;
Background color
Panel with #c706eb background
background-color: #c706eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c706eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c706eb; background: linear-gradient(135deg, #c706eb, #EB0676);