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