#d65cef
a balanced, electric violet · warm · closest name: violet
RGB
214, 92, 239
HSL
290°, 82%, 65%
CMYK
11, 62, 0, 6
Luminance
0.2818
Every format
| HEX | #d65cef |
| RGB | rgb(214, 92, 239) |
| HSL | hsl(290, 82%, 65%) |
| CMYK | cmyk(11%, 62%, 0%, 6%) |
| LAB | lab(60.1 68.0 -52.7) |
| LCH | lch(60.1 86.0 322.2) |
| OKLCH | oklch(0.685 0.231 320.5) |
Copy-ready code
/* CSS */
color: #d65cef;
background-color: #d65cef;
/* Tailwind (arbitrary) */
class="text-[#d65cef] bg-[#d65cef]"
/* SCSS */
$brand: #d65cef;
/* SwiftUI */
Color(red: 0.839, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#d65cef")Accessibility — WCAG contrast
Aa
#d65cef on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d65cef on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green36.1%
Blue93.7%
CMYK percentages
Cyan10.5%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#d65cef text on a black background
contrast 6.64:1
Card sample
#d65cef text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d65cef;
Background color
Panel with #d65cef background
background-color: #d65cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d65cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d65cef; background: linear-gradient(135deg, #d65cef, #EF5CA6);