#cf5bfd
a light, electric violet · warm · closest name: magenta
RGB
207, 91, 253
HSL
283°, 98%, 68%
CMYK
18, 64, 0, 1
Luminance
0.2784
Every format
| HEX | #cf5bfd |
| RGB | rgb(207, 91, 253) |
| HSL | hsl(283, 98%, 68%) |
| CMYK | cmyk(18%, 64%, 0%, 1%) |
| LAB | lab(59.7 69.5 -61.0) |
| LCH | lch(59.7 92.5 318.7) |
| OKLCH | oklch(0.683 0.242 314.9) |
Copy-ready code
/* CSS */
color: #cf5bfd;
background-color: #cf5bfd;
/* Tailwind (arbitrary) */
class="text-[#cf5bfd] bg-[#cf5bfd]"
/* SCSS */
$brand: #cf5bfd;
/* SwiftUI */
Color(red: 0.812, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#cf5bfd")Accessibility — WCAG contrast
Aa
#cf5bfd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5bfd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green35.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cf5bfd text on a black background
contrast 6.57:1
Card sample
#cf5bfd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5bfd;
Background color
Panel with #cf5bfd background
background-color: #cf5bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5bfd; background: linear-gradient(135deg, #cf5bfd, #FD5BBF);