#cf35fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 53, 252
HSL
286°, 97%, 60%
CMYK
18, 79, 0, 1
Luminance
0.2284
Every format
| HEX | #cf35fc |
| RGB | rgb(207, 53, 252) |
| HSL | hsl(286, 97%, 60%) |
| CMYK | cmyk(18%, 79%, 0%, 1%) |
| LAB | lab(54.9 82.8 -68.3) |
| LCH | lch(54.9 107.3 320.5) |
| OKLCH | oklch(0.648 0.282 316.9) |
Copy-ready code
/* CSS */
color: #cf35fc;
background-color: #cf35fc;
/* Tailwind (arbitrary) */
class="text-[#cf35fc] bg-[#cf35fc]"
/* SCSS */
$brand: #cf35fc;
/* SwiftUI */
Color(red: 0.812, green: 0.208, blue: 0.988)
/* Android */
Color.parseColor("#cf35fc")Accessibility — WCAG contrast
Aa
#cf35fc on white: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf35fc on black: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta79.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cf35fc text on a black background
contrast 5.57:1
Card sample
#cf35fc text on a white background
contrast 3.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf35fc;
Background color
Panel with #cf35fc background
background-color: #cf35fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf35fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 53, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 53, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf35fc; background: linear-gradient(135deg, #cf35fc, #FC35A4);