#cf53ff
a light, electric violet · warm · closest name: magenta
RGB
207, 83, 255
HSL
283°, 100%, 66%
CMYK
19, 68, 0, 0
Luminance
0.2667
Every format
| HEX | #cf53ff |
| RGB | rgb(207, 83, 255) |
| HSL | hsl(283, 100%, 66%) |
| CMYK | cmyk(19%, 68%, 0%, 0%) |
| LAB | lab(58.7 73.2 -63.9) |
| LCH | lch(58.7 97.1 318.9) |
| OKLCH | oklch(0.676 0.254 314.9) |
Copy-ready code
/* CSS */
color: #cf53ff;
background-color: #cf53ff;
/* Tailwind (arbitrary) */
class="text-[#cf53ff] bg-[#cf53ff]"
/* SCSS */
$brand: #cf53ff;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 1.000)
/* Android */
Color.parseColor("#cf53ff")Accessibility — WCAG contrast
Aa
#cf53ff on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53ff on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue100.0%
CMYK percentages
Cyan18.8%
Magenta67.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cf53ff text on a black background
contrast 6.33:1
Card sample
#cf53ff text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53ff;
Background color
Panel with #cf53ff background
background-color: #cf53ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53ff; background: linear-gradient(135deg, #cf53ff, #FF53BC);