#cf30fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 48, 252
HSL
287°, 97%, 59%
CMYK
18, 81, 0, 1
Luminance
0.2241
Every format
| HEX | #cf30fc |
| RGB | rgb(207, 48, 252) |
| HSL | hsl(287, 97%, 59%) |
| CMYK | cmyk(18%, 81%, 0%, 1%) |
| LAB | lab(54.5 84.1 -69.0) |
| LCH | lch(54.5 108.8 320.6) |
| OKLCH | oklch(0.645 0.286 317.1) |
Copy-ready code
/* CSS */
color: #cf30fc;
background-color: #cf30fc;
/* Tailwind (arbitrary) */
class="text-[#cf30fc] bg-[#cf30fc]"
/* SCSS */
$brand: #cf30fc;
/* SwiftUI */
Color(red: 0.812, green: 0.188, blue: 0.988)
/* Android */
Color.parseColor("#cf30fc")Accessibility — WCAG contrast
Aa
#cf30fc on white: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf30fc on black: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.8%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta81.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cf30fc text on a black background
contrast 5.48:1
Card sample
#cf30fc text on a white background
contrast 3.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf30fc;
Background color
Panel with #cf30fc background
background-color: #cf30fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf30fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 48, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 48, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf30fc; background: linear-gradient(135deg, #cf30fc, #FC30A1);