#d36cef
a light, electric violet · warm · closest name: violet
RGB
211, 108, 239
HSL
287°, 80%, 68%
CMYK
12, 55, 0, 6
Luminance
0.3081
Every format
| HEX | #d36cef |
| RGB | rgb(211, 108, 239) |
| HSL | hsl(287, 80%, 68%) |
| CMYK | cmyk(12%, 55%, 0%, 6%) |
| LAB | lab(62.4 59.9 -49.1) |
| LCH | lch(62.4 77.5 320.7) |
| OKLCH | oklch(0.701 0.207 318.6) |
Copy-ready code
/* CSS */
color: #d36cef;
background-color: #d36cef;
/* Tailwind (arbitrary) */
class="text-[#d36cef] bg-[#d36cef]"
/* SCSS */
$brand: #d36cef;
/* SwiftUI */
Color(red: 0.827, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#d36cef")Accessibility — WCAG contrast
Aa
#d36cef on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d36cef on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green42.4%
Blue93.7%
CMYK percentages
Cyan11.7%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#d36cef text on a black background
contrast 7.16:1
Card sample
#d36cef text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36cef;
Background color
Panel with #d36cef background
background-color: #d36cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36cef; background: linear-gradient(135deg, #d36cef, #EF6CB4);