#cf35fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 53, 253
HSL
286°, 98%, 60%
CMYK
18, 79, 0, 1
Luminance
0.2290
Every format
| HEX | #cf35fd |
| RGB | rgb(207, 53, 253) |
| HSL | hsl(286, 98%, 60%) |
| CMYK | cmyk(18%, 79%, 0%, 1%) |
| LAB | lab(55.0 83.0 -68.7) |
| LCH | lch(55.0 107.8 320.4) |
| OKLCH | oklch(0.649 0.282 316.7) |
Copy-ready code
/* CSS */
color: #cf35fd;
background-color: #cf35fd;
/* Tailwind (arbitrary) */
class="text-[#cf35fd] bg-[#cf35fd]"
/* SCSS */
$brand: #cf35fd;
/* SwiftUI */
Color(red: 0.812, green: 0.208, blue: 0.992)
/* Android */
Color.parseColor("#cf35fd")Accessibility — WCAG contrast
Aa
#cf35fd on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf35fd on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.8%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta79.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf35fd text on a black background
contrast 5.58:1
Card sample
#cf35fd text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf35fd;
Background color
Panel with #cf35fd background
background-color: #cf35fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf35fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 53, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 53, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf35fd; background: linear-gradient(135deg, #cf35fd, #FD35A6);