#d36eb5
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 110, 181
HSL
318°, 53%, 63%
CMYK
0, 48, 14, 17
Luminance
0.2834
Every format
| HEX | #d36eb5 |
| RGB | rgb(211, 110, 181) |
| HSL | hsl(318, 53%, 63%) |
| CMYK | cmyk(0%, 48%, 14%, 17%) |
| LAB | lab(60.2 48.7 -19.8) |
| LCH | lch(60.2 52.6 337.9) |
| OKLCH | oklch(0.676 0.152 339.6) |
Copy-ready code
/* CSS */
color: #d36eb5;
background-color: #d36eb5;
/* Tailwind (arbitrary) */
class="text-[#d36eb5] bg-[#d36eb5]"
/* SCSS */
$brand: #d36eb5;
/* SwiftUI */
Color(red: 0.827, green: 0.431, blue: 0.710)
/* Android */
Color.parseColor("#d36eb5")Accessibility — WCAG contrast
Aa
#d36eb5 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d36eb5 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green43.1%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow14.2%
Key (black)17.3%
Color previews
#d36eb5 text on a black background
contrast 6.67:1
Card sample
#d36eb5 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d36eb5;
Background color
Panel with #d36eb5 background
background-color: #d36eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d36eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 110, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 110, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d36eb5; background: linear-gradient(135deg, #d36eb5, #D36E72);