#cf5cef
a balanced, electric violet · warm · closest name: violet
RGB
207, 92, 239
HSL
287°, 82%, 65%
CMYK
13, 62, 0, 6
Luminance
0.2715
Every format
| HEX | #cf5cef |
| RGB | rgb(207, 92, 239) |
| HSL | hsl(287, 82%, 65%) |
| CMYK | cmyk(13%, 62%, 0%, 6%) |
| LAB | lab(59.1 66.3 -54.3) |
| LCH | lch(59.1 85.7 320.7) |
| OKLCH | oklch(0.676 0.228 318.3) |
Copy-ready code
/* CSS */
color: #cf5cef;
background-color: #cf5cef;
/* Tailwind (arbitrary) */
class="text-[#cf5cef] bg-[#cf5cef]"
/* SCSS */
$brand: #cf5cef;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#cf5cef")Accessibility — WCAG contrast
Aa
#cf5cef on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5cef on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cf5cef text on a black background
contrast 6.43:1
Card sample
#cf5cef text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5cef;
Background color
Panel with #cf5cef background
background-color: #cf5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5cef; background: linear-gradient(135deg, #cf5cef, #EF5CAD);