#cf55fd
a light, electric violet · warm · closest name: magenta
RGB
207, 85, 253
HSL
284°, 98%, 66%
CMYK
18, 66, 0, 1
Luminance
0.2685
Every format
| HEX | #cf55fd |
| RGB | rgb(207, 85, 253) |
| HSL | hsl(284, 98%, 66%) |
| CMYK | cmyk(18%, 66%, 0%, 1%) |
| LAB | lab(58.8 72.0 -62.5) |
| LCH | lch(58.8 95.3 319.0) |
| OKLCH | oklch(0.677 0.250 315.3) |
Copy-ready code
/* CSS */
color: #cf55fd;
background-color: #cf55fd;
/* Tailwind (arbitrary) */
class="text-[#cf55fd] bg-[#cf55fd]"
/* SCSS */
$brand: #cf55fd;
/* SwiftUI */
Color(red: 0.812, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#cf55fd")Accessibility — WCAG contrast
Aa
#cf55fd on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf55fd on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green33.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#cf55fd text on a black background
contrast 6.37:1
Card sample
#cf55fd text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf55fd;
Background color
Panel with #cf55fd background
background-color: #cf55fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf55fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf55fd; background: linear-gradient(135deg, #cf55fd, #FD55BB);