#d55fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
213, 95, 210
HSL
302°, 58%, 60%
CMYK
0, 55, 1, 17
Luminance
0.2698
Every format
| HEX | #d55fd2 |
| RGB | rgb(213, 95, 210) |
| HSL | hsl(302, 58%, 60%) |
| CMYK | cmyk(0%, 55%, 1%, 17%) |
| LAB | lab(59.0 61.2 -38.2) |
| LCH | lch(59.0 72.2 328.0) |
| OKLCH | oklch(0.672 0.201 328.5) |
Copy-ready code
/* CSS */
color: #d55fd2;
background-color: #d55fd2;
/* Tailwind (arbitrary) */
class="text-[#d55fd2] bg-[#d55fd2]"
/* SCSS */
$brand: #d55fd2;
/* SwiftUI */
Color(red: 0.835, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#d55fd2")Accessibility — WCAG contrast
Aa
#d55fd2 on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d55fd2 on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.5%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta55.4%
Yellow1.4%
Key (black)16.5%
Color previews
#d55fd2 text on a black background
contrast 6.40:1
Card sample
#d55fd2 text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d55fd2;
Background color
Panel with #d55fd2 background
background-color: #d55fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d55fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(213, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(213, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d55fd2; background: linear-gradient(135deg, #d55fd2, #D55F83);