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