#cf5cfe
a light, electric violet · warm · closest name: magenta
RGB
207, 92, 254
HSL
283°, 99%, 68%
CMYK
19, 64, 0, 0
Luminance
0.2808
Every format
| HEX | #cf5cfe |
| RGB | rgb(207, 92, 254) |
| HSL | hsl(283, 99%, 68%) |
| CMYK | cmyk(19%, 64%, 0%, 0%) |
| LAB | lab(60.0 69.2 -61.3) |
| LCH | lch(60.0 92.4 318.5) |
| OKLCH | oklch(0.685 0.242 314.6) |
Copy-ready code
/* CSS */
color: #cf5cfe;
background-color: #cf5cfe;
/* Tailwind (arbitrary) */
class="text-[#cf5cfe] bg-[#cf5cfe]"
/* SCSS */
$brand: #cf5cfe;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.996)
/* Android */
Color.parseColor("#cf5cfe")Accessibility — WCAG contrast
Aa
#cf5cfe on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5cfe on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta63.8%
Yellow0.0%
Key (black)0.4%
Color previews
#cf5cfe text on a black background
contrast 6.62:1
Card sample
#cf5cfe text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5cfe;
Background color
Panel with #cf5cfe background
background-color: #cf5cfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5cfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5cfe; background: linear-gradient(135deg, #cf5cfe, #FE5CC1);