#cf53fd
a light, electric violet · warm · closest name: magenta
RGB
207, 83, 253
HSL
284°, 98%, 66%
CMYK
18, 67, 0, 1
Luminance
0.2654
Every format
| HEX | #cf53fd |
| RGB | rgb(207, 83, 253) |
| HSL | hsl(284, 98%, 66%) |
| CMYK | cmyk(18%, 67%, 0%, 1%) |
| LAB | lab(58.5 72.8 -63.0) |
| LCH | lch(58.5 96.2 319.1) |
| OKLCH | oklch(0.674 0.252 315.4) |
Copy-ready code
/* CSS */
color: #cf53fd;
background-color: #cf53fd;
/* Tailwind (arbitrary) */
class="text-[#cf53fd] bg-[#cf53fd]"
/* SCSS */
$brand: #cf53fd;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.992)
/* Android */
Color.parseColor("#cf53fd")Accessibility — WCAG contrast
Aa
#cf53fd on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53fd on black: 6.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta67.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cf53fd text on a black background
contrast 6.31:1
Card sample
#cf53fd text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53fd;
Background color
Panel with #cf53fd background
background-color: #cf53fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53fd; background: linear-gradient(135deg, #cf53fd, #FD53BA);