#c506eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
197, 6, 235
HSL
290°, 95%, 47%
CMYK
16, 97, 0, 8
Luminance
0.1800
Every format
| HEX | #c506eb |
| RGB | rgb(197, 6, 235) |
| HSL | hsl(290, 95%, 47%) |
| CMYK | cmyk(16%, 97%, 0%, 8%) |
| LAB | lab(49.5 86.3 -67.6) |
| LCH | lch(49.5 109.6 321.9) |
| OKLCH | oklch(0.604 0.290 318.9) |
Copy-ready code
/* CSS */
color: #c506eb;
background-color: #c506eb;
/* Tailwind (arbitrary) */
class="text-[#c506eb] bg-[#c506eb]"
/* SCSS */
$brand: #c506eb;
/* SwiftUI */
Color(red: 0.773, green: 0.024, blue: 0.922)
/* Android */
Color.parseColor("#c506eb")Accessibility — WCAG contrast
Aa
#c506eb on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c506eb on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green2.4%
Blue92.2%
CMYK percentages
Cyan16.2%
Magenta97.4%
Yellow0.0%
Key (black)7.8%
Color previews
#c506eb text on a black background
contrast 4.60:1
Card sample
#c506eb text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c506eb;
Background color
Panel with #c506eb background
background-color: #c506eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c506eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 6, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 6, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c506eb; background: linear-gradient(135deg, #c506eb, #EB0679);