#cf33fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 51, 253
HSL
286°, 98%, 60%
CMYK
18, 80, 0, 1
Luminance
0.2272
Every format
| HEX | #cf33fd |
| RGB | rgb(207, 51, 253) |
| HSL | hsl(286, 98%, 60%) |
| CMYK | cmyk(18%, 80%, 0%, 1%) |
| LAB | lab(54.8 83.5 -69.0) |
| LCH | lch(54.8 108.4 320.4) |
| OKLCH | oklch(0.648 0.284 316.8) |
Copy-ready code
/* CSS */
color: #cf33fd;
background-color: #cf33fd;
/* Tailwind (arbitrary) */
class="text-[#cf33fd] bg-[#cf33fd]"
/* SCSS */
$brand: #cf33fd;
/* SwiftUI */
Color(red: 0.812, green: 0.200, blue: 0.992)
/* Android */
Color.parseColor("#cf33fd")Accessibility — WCAG contrast
Aa
#cf33fd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf33fd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta79.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cf33fd text on a black background
contrast 5.54:1
Card sample
#cf33fd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf33fd;
Background color
Panel with #cf33fd background
background-color: #cf33fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf33fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 51, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 51, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf33fd; background: linear-gradient(135deg, #cf33fd, #FD33A4);