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