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