#c506fd
a balanced, electric violet · warm · closest name: magenta
RGB
197, 6, 253
HSL
286°, 98%, 51%
CMYK
22, 98, 0, 1
Luminance
0.1909
Every format
| HEX | #c506fd |
| RGB | rgb(197, 6, 253) |
| HSL | hsl(286, 98%, 51%) |
| CMYK | cmyk(22%, 98%, 0%, 1%) |
| LAB | lab(50.8 89.3 -75.6) |
| LCH | lch(50.8 117.0 319.8) |
| OKLCH | oklch(0.617 0.302 314.9) |
Copy-ready code
/* CSS */
color: #c506fd;
background-color: #c506fd;
/* Tailwind (arbitrary) */
class="text-[#c506fd] bg-[#c506fd]"
/* SCSS */
$brand: #c506fd;
/* SwiftUI */
Color(red: 0.773, green: 0.024, blue: 0.992)
/* Android */
Color.parseColor("#c506fd")Accessibility — WCAG contrast
Aa
#c506fd on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c506fd on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green2.4%
Blue99.2%
CMYK percentages
Cyan22.1%
Magenta97.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c506fd text on a black background
contrast 4.82:1
Card sample
#c506fd text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c506fd;
Background color
Panel with #c506fd background
background-color: #c506fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c506fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 6, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 6, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c506fd; background: linear-gradient(135deg, #c506fd, #FD0690);