#cf5fef
a light, electric violet · warm · closest name: violet
RGB
207, 95, 239
HSL
287°, 82%, 66%
CMYK
13, 60, 0, 6
Luminance
0.2768
Every format
| HEX | #cf5fef |
| RGB | rgb(207, 95, 239) |
| HSL | hsl(287, 82%, 66%) |
| CMYK | cmyk(13%, 60%, 0%, 6%) |
| LAB | lab(59.6 65.0 -53.5) |
| LCH | lch(59.6 84.2 320.5) |
| OKLCH | oklch(0.680 0.224 318.1) |
Copy-ready code
/* CSS */
color: #cf5fef;
background-color: #cf5fef;
/* Tailwind (arbitrary) */
class="text-[#cf5fef] bg-[#cf5fef]"
/* SCSS */
$brand: #cf5fef;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#cf5fef")Accessibility — WCAG contrast
Aa
#cf5fef on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fef on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#cf5fef text on a black background
contrast 6.54:1
Card sample
#cf5fef text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fef;
Background color
Panel with #cf5fef background
background-color: #cf5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fef; background: linear-gradient(135deg, #cf5fef, #EF5FAF);