#ed33cd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
237, 51, 205
HSL
310°, 84%, 57%
CMYK
0, 79, 14, 7
Luminance
0.2478
Every format
| HEX | #ed33cd |
| RGB | rgb(237, 51, 205) |
| HSL | hsl(310, 84%, 57%) |
| CMYK | cmyk(0%, 79%, 14%, 7%) |
| LAB | lab(56.9 81.7 -38.4) |
| LCH | lch(56.9 90.3 334.8) |
| OKLCH | oklch(0.663 0.262 336.5) |
Copy-ready code
/* CSS */
color: #ed33cd;
background-color: #ed33cd;
/* Tailwind (arbitrary) */
class="text-[#ed33cd] bg-[#ed33cd]"
/* SCSS */
$brand: #ed33cd;
/* SwiftUI */
Color(red: 0.929, green: 0.200, blue: 0.804)
/* Android */
Color.parseColor("#ed33cd")Accessibility — WCAG contrast
Aa
#ed33cd on white: 3.53:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed33cd on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green20.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow13.5%
Key (black)7.1%
Color previews
#ed33cd text on a black background
contrast 5.96:1
Card sample
#ed33cd text on a white background
contrast 3.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed33cd;
Background color
Panel with #ed33cd background
background-color: #ed33cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed33cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 51, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 51, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed33cd; background: linear-gradient(135deg, #ed33cd, #ED3351);