#d45eb4
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
212, 94, 180
HSL
316°, 58%, 60%
CMYK
0, 56, 15, 17
Luminance
0.2530
Every format
| HEX | #d45eb4 |
| RGB | rgb(212, 94, 180) |
| HSL | hsl(316, 58%, 60%) |
| CMYK | cmyk(0%, 56%, 15%, 17%) |
| LAB | lab(57.4 56.5 -23.6) |
| LCH | lch(57.4 61.3 337.4) |
| OKLCH | oklch(0.656 0.178 339.2) |
Copy-ready code
/* CSS */
color: #d45eb4;
background-color: #d45eb4;
/* Tailwind (arbitrary) */
class="text-[#d45eb4] bg-[#d45eb4]"
/* SCSS */
$brand: #d45eb4;
/* SwiftUI */
Color(red: 0.831, green: 0.369, blue: 0.706)
/* Android */
Color.parseColor("#d45eb4")Accessibility — WCAG contrast
Aa
#d45eb4 on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d45eb4 on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green36.9%
Blue70.6%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow15.1%
Key (black)16.9%
Color previews
#d45eb4 text on a black background
contrast 6.06:1
Card sample
#d45eb4 text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d45eb4;
Background color
Panel with #d45eb4 background
background-color: #d45eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d45eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 94, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 94, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d45eb4; background: linear-gradient(135deg, #d45eb4, #D45E65);