#cf44fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 68, 252
HSL
285°, 97%, 63%
CMYK
18, 73, 0, 1
Luminance
0.2443
Every format
| HEX | #cf44fc |
| RGB | rgb(207, 68, 252) |
| HSL | hsl(285, 97%, 63%) |
| CMYK | cmyk(18%, 73%, 0%, 1%) |
| LAB | lab(56.5 78.2 -65.7) |
| LCH | lch(56.5 102.1 320.0) |
| OKLCH | oklch(0.660 0.268 316.4) |
Copy-ready code
/* CSS */
color: #cf44fc;
background-color: #cf44fc;
/* Tailwind (arbitrary) */
class="text-[#cf44fc] bg-[#cf44fc]"
/* SCSS */
$brand: #cf44fc;
/* SwiftUI */
Color(red: 0.812, green: 0.267, blue: 0.988)
/* Android */
Color.parseColor("#cf44fc")Accessibility — WCAG contrast
Aa
#cf44fc on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf44fc on black: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green26.7%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta73.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cf44fc text on a black background
contrast 5.89:1
Card sample
#cf44fc text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf44fc;
Background color
Panel with #cf44fc background
background-color: #cf44fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf44fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 68, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 68, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf44fc; background: linear-gradient(135deg, #cf44fc, #FC44AE);