#cf44fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 68, 253
HSL
285°, 98%, 63%
CMYK
18, 73, 0, 1
Luminance
0.2449
Every format
| HEX | #cf44fd |
| RGB | rgb(207, 68, 253) |
| HSL | hsl(285, 98%, 63%) |
| CMYK | cmyk(18%, 73%, 0%, 1%) |
| LAB | lab(56.6 78.4 -66.1) |
| LCH | lch(56.6 102.5 319.8) |
| OKLCH | oklch(0.660 0.269 316.1) |
Copy-ready code
/* CSS */
color: #cf44fd;
background-color: #cf44fd;
/* Tailwind (arbitrary) */
class="text-[#cf44fd] bg-[#cf44fd]"
/* SCSS */
$brand: #cf44fd;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.992)
/* Android */
Color.parseColor("#cf44fd")Accessibility — WCAG contrast
Aa
#cf44fd on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44fd on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta73.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf44fd text on a black background
contrast 5.90:1
Card sample
#cf44fd text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44fd;
Background color
Panel with #cf44fd background
background-color: #cf44fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44fd; background: linear-gradient(135deg, #cf44fd, #FD44B0);