#c735fd
a balanced, electric violet · warm · closest name: magenta
RGB
199, 53, 253
HSL
284°, 98%, 60%
CMYK
21, 79, 0, 1
Luminance
0.2178
Every format
| HEX | #c735fd |
| RGB | rgb(199, 53, 253) |
| HSL | hsl(284, 98%, 60%) |
| CMYK | cmyk(21%, 79%, 0%, 1%) |
| LAB | lab(53.8 81.7 -70.7) |
| LCH | lch(53.8 108.0 319.1) |
| OKLCH | oklch(0.638 0.280 314.5) |
Copy-ready code
/* CSS */
color: #c735fd;
background-color: #c735fd;
/* Tailwind (arbitrary) */
class="text-[#c735fd] bg-[#c735fd]"
/* SCSS */
$brand: #c735fd;
/* SwiftUI */
Color(red: 0.780, green: 0.208, blue: 0.992)
/* Android */
Color.parseColor("#c735fd")Accessibility — WCAG contrast
Aa
#c735fd on white: 3.92:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c735fd on black: 5.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green20.8%
Blue99.2%
CMYK percentages
Cyan21.3%
Magenta79.1%
Yellow0.0%
Key (black)0.8%
Color previews
#c735fd text on a black background
contrast 5.36:1
Card sample
#c735fd text on a white background
contrast 3.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c735fd;
Background color
Panel with #c735fd background
background-color: #c735fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c735fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 53, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 53, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c735fd; background: linear-gradient(135deg, #c735fd, #FD35AE);