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