#d45eb0
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 94, 176
HSL
318°, 58%, 60%
CMYK
0, 56, 17, 17
Luminance
0.2514
Every format
| HEX | #d45eb0 |
| RGB | rgb(212, 94, 176) |
| HSL | hsl(318, 58%, 60%) |
| CMYK | cmyk(0%, 56%, 17%, 17%) |
| LAB | lab(57.2 56.0 -21.5) |
| LCH | lch(57.2 59.9 339.0) |
| OKLCH | oklch(0.654 0.175 340.9) |
Copy-ready code
/* CSS */
color: #d45eb0;
background-color: #d45eb0;
/* Tailwind (arbitrary) */
class="text-[#d45eb0] bg-[#d45eb0]"
/* SCSS */
$brand: #d45eb0;
/* SwiftUI */
Color(red: 0.831, green: 0.369, blue: 0.690)
/* Android */
Color.parseColor("#d45eb0")Accessibility — WCAG contrast
Aa
#d45eb0 on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45eb0 on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green36.9%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow17.0%
Key (black)16.9%
Color previews
#d45eb0 text on a black background
contrast 6.03:1
Card sample
#d45eb0 text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45eb0;
Background color
Panel with #d45eb0 background
background-color: #d45eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 94, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 94, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45eb0; background: linear-gradient(135deg, #d45eb0, #D45E61);