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