#d36fd7
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 111, 215
HSL
298°, 57%, 64%
CMYK
2, 48, 0, 16
Luminance
0.3012
Every format
| HEX | #d36fd7 |
| RGB | rgb(211, 111, 215) |
| HSL | hsl(298, 57%, 64%) |
| CMYK | cmyk(2%, 48%, 0%, 16%) |
| LAB | lab(61.8 54.0 -36.6) |
| LCH | lch(61.8 65.2 325.8) |
| OKLCH | oklch(0.693 0.179 325.9) |
Copy-ready code
/* CSS */
color: #d36fd7;
background-color: #d36fd7;
/* Tailwind (arbitrary) */
class="text-[#d36fd7] bg-[#d36fd7]"
/* SCSS */
$brand: #d36fd7;
/* SwiftUI */
Color(red: 0.827, green: 0.435, blue: 0.843)
/* Android */
Color.parseColor("#d36fd7")Accessibility — WCAG contrast
Aa
#d36fd7 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d36fd7 on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green43.5%
Blue84.3%
CMYK percentages
Cyan1.9%
Magenta48.4%
Yellow0.0%
Key (black)15.7%
Color previews
#d36fd7 text on a black background
contrast 7.02:1
Card sample
#d36fd7 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36fd7;
Background color
Panel with #d36fd7 background
background-color: #d36fd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36fd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 111, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 111, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36fd7; background: linear-gradient(135deg, #d36fd7, #D76F96);