#d36bfd
a light, electric violet · warm · closest name: violet
RGB
211, 107, 253
HSL
283°, 97%, 71%
CMYK
17, 58, 0, 1
Luminance
0.3146
Every format
| HEX | #d36bfd |
| RGB | rgb(211, 107, 253) |
| HSL | hsl(283, 97%, 71%) |
| CMYK | cmyk(17%, 58%, 0%, 1%) |
| LAB | lab(62.9 63.2 -56.0) |
| LCH | lch(62.9 84.4 318.4) |
| OKLCH | oklch(0.707 0.222 315.1) |
Copy-ready code
/* CSS */
color: #d36bfd;
background-color: #d36bfd;
/* Tailwind (arbitrary) */
class="text-[#d36bfd] bg-[#d36bfd]"
/* SCSS */
$brand: #d36bfd;
/* SwiftUI */
Color(red: 0.827, green: 0.420, blue: 0.992)
/* Android */
Color.parseColor("#d36bfd")Accessibility — WCAG contrast
Aa
#d36bfd on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d36bfd on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green42.0%
Blue99.2%
CMYK percentages
Cyan16.6%
Magenta57.7%
Yellow0.0%
Key (black)0.8%
Color previews
#d36bfd text on a black background
contrast 7.29:1
Card sample
#d36bfd text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36bfd;
Background color
Panel with #d36bfd background
background-color: #d36bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 107, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 107, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36bfd; background: linear-gradient(135deg, #d36bfd, #FD6BC6);