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