#cf48fc
a balanced, electric violet · warm · closest name: magenta
RGB
207, 72, 252
HSL
285°, 97%, 64%
CMYK
18, 71, 0, 1
Luminance
0.2493
Every format
| HEX | #cf48fc |
| RGB | rgb(207, 72, 252) |
| HSL | hsl(285, 97%, 64%) |
| CMYK | cmyk(18%, 71%, 0%, 1%) |
| LAB | lab(57.0 76.8 -64.9) |
| LCH | lch(57.0 100.5 319.8) |
| OKLCH | oklch(0.663 0.264 316.2) |
Copy-ready code
/* CSS */
color: #cf48fc;
background-color: #cf48fc;
/* Tailwind (arbitrary) */
class="text-[#cf48fc] bg-[#cf48fc]"
/* SCSS */
$brand: #cf48fc;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.988)
/* Android */
Color.parseColor("#cf48fc")Accessibility — WCAG contrast
Aa
#cf48fc on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf48fc on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta71.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cf48fc text on a black background
contrast 5.99:1
Card sample
#cf48fc text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf48fc;
Background color
Panel with #cf48fc background
background-color: #cf48fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf48fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf48fc; background: linear-gradient(135deg, #cf48fc, #FC48B1);