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