#d52b8f
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 43, 143
HSL
325°, 67%, 50%
CMYK
0, 80, 33, 17
Luminance
0.1786
Every format
| HEX | #d52b8f |
| RGB | rgb(213, 43, 143) |
| HSL | hsl(325, 67%, 50%) |
| CMYK | cmyk(0%, 80%, 33%, 17%) |
| LAB | lab(49.3 70.8 -14.1) |
| LCH | lch(49.3 72.2 348.8) |
| OKLCH | oklch(0.592 0.220 350.4) |
Copy-ready code
/* CSS */
color: #d52b8f;
background-color: #d52b8f;
/* Tailwind (arbitrary) */
class="text-[#d52b8f] bg-[#d52b8f]"
/* SCSS */
$brand: #d52b8f;
/* SwiftUI */
Color(red: 0.835, green: 0.169, blue: 0.561)
/* Android */
Color.parseColor("#d52b8f")Accessibility — WCAG contrast
Aa
#d52b8f on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#d52b8f on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green16.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta79.8%
Yellow32.9%
Key (black)16.5%
Color previews
#d52b8f text on a black background
contrast 4.57:1
Card sample
#d52b8f text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d52b8f;
Background color
Panel with #d52b8f background
background-color: #d52b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d52b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 43, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 43, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d52b8f; background: linear-gradient(135deg, #d52b8f, #D5382B);