#ed63cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
237, 99, 203
HSL
315°, 79%, 66%
CMYK
0, 58, 14, 7
Luminance
0.3124
Every format
| HEX | #ed63cb |
| RGB | rgb(237, 99, 203) |
| HSL | hsl(315, 79%, 66%) |
| CMYK | cmyk(0%, 58%, 14%, 7%) |
| LAB | lab(62.7 64.8 -28.1) |
| LCH | lch(62.7 70.7 336.5) |
| OKLCH | oklch(0.705 0.205 338.3) |
Copy-ready code
/* CSS */
color: #ed63cb;
background-color: #ed63cb;
/* Tailwind (arbitrary) */
class="text-[#ed63cb] bg-[#ed63cb]"
/* SCSS */
$brand: #ed63cb;
/* SwiftUI */
Color(red: 0.929, green: 0.388, blue: 0.796)
/* Android */
Color.parseColor("#ed63cb")Accessibility — WCAG contrast
Aa
#ed63cb on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed63cb on black: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green38.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta58.2%
Yellow14.3%
Key (black)7.1%
Color previews
#ed63cb text on a black background
contrast 7.25:1
Card sample
#ed63cb text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed63cb;
Background color
Panel with #ed63cb background
background-color: #ed63cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed63cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 99, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 99, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed63cb; background: linear-gradient(135deg, #ed63cb, #ED636F);