#d36eb2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 110, 178
HSL
320°, 53%, 63%
CMYK
0, 48, 16, 17
Luminance
0.2822
Every format
| HEX | #d36eb2 |
| RGB | rgb(211, 110, 178) |
| HSL | hsl(320, 53%, 63%) |
| CMYK | cmyk(0%, 48%, 16%, 17%) |
| LAB | lab(60.1 48.2 -18.3) |
| LCH | lch(60.1 51.6 339.3) |
| OKLCH | oklch(0.675 0.150 341.1) |
Copy-ready code
/* CSS */
color: #d36eb2;
background-color: #d36eb2;
/* Tailwind (arbitrary) */
class="text-[#d36eb2] bg-[#d36eb2]"
/* SCSS */
$brand: #d36eb2;
/* SwiftUI */
Color(red: 0.827, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#d36eb2")Accessibility — WCAG contrast
Aa
#d36eb2 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d36eb2 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green43.1%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow15.6%
Key (black)17.3%
Color previews
#d36eb2 text on a black background
contrast 6.64:1
Card sample
#d36eb2 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36eb2;
Background color
Panel with #d36eb2 background
background-color: #d36eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36eb2; background: linear-gradient(135deg, #d36eb2, #D36E6F);