#cf53fe
a light, electric violet · warm · closest name: magenta
RGB
207, 83, 254
HSL
284°, 99%, 66%
CMYK
19, 67, 0, 0
Luminance
0.2661
Every format
| HEX | #cf53fe |
| RGB | rgb(207, 83, 254) |
| HSL | hsl(284, 99%, 66%) |
| CMYK | cmyk(19%, 67%, 0%, 0%) |
| LAB | lab(58.6 73.0 -63.4) |
| LCH | lch(58.6 96.7 319.0) |
| OKLCH | oklch(0.675 0.253 315.2) |
Copy-ready code
/* CSS */
color: #cf53fe;
background-color: #cf53fe;
/* Tailwind (arbitrary) */
class="text-[#cf53fe] bg-[#cf53fe]"
/* SCSS */
$brand: #cf53fe;
/* SwiftUI */
Color(red: 0.812, green: 0.325, blue: 0.996)
/* Android */
Color.parseColor("#cf53fe")Accessibility — WCAG contrast
Aa
#cf53fe on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf53fe on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green32.5%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta67.3%
Yellow0.0%
Key (black)0.4%
Color previews
#cf53fe text on a black background
contrast 6.32:1
Card sample
#cf53fe text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf53fe;
Background color
Panel with #cf53fe background
background-color: #cf53fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf53fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 83, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 83, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf53fe; background: linear-gradient(135deg, #cf53fe, #FE53BB);