#cf48fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 72, 253
HSL
285°, 98%, 64%
CMYK
18, 72, 0, 1
Luminance
0.2499
Every format
| HEX | #cf48fd |
| RGB | rgb(207, 72, 253) |
| HSL | hsl(285, 98%, 64%) |
| CMYK | cmyk(18%, 72%, 0%, 1%) |
| LAB | lab(57.1 77.0 -65.3) |
| LCH | lch(57.1 101.0 319.7) |
| OKLCH | oklch(0.664 0.265 316.0) |
Copy-ready code
/* CSS */
color: #cf48fd;
background-color: #cf48fd;
/* Tailwind (arbitrary) */
class="text-[#cf48fd] bg-[#cf48fd]"
/* SCSS */
$brand: #cf48fd;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.992)
/* Android */
Color.parseColor("#cf48fd")Accessibility — WCAG contrast
Aa
#cf48fd on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf48fd on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta71.5%
Yellow0.0%
Key (black)0.8%
Color previews
#cf48fd text on a black background
contrast 6.00:1
Card sample
#cf48fd text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf48fd;
Background color
Panel with #cf48fd background
background-color: #cf48fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf48fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf48fd; background: linear-gradient(135deg, #cf48fd, #FD48B2);