#ed6eb7
a light, electric magenta / pink · warm · closest name: orchid
RGB
237, 110, 183
HSL
326°, 78%, 68%
CMYK
0, 54, 23, 7
Luminance
0.3258
Every format
| HEX | #ed6eb7 |
| RGB | rgb(237, 110, 183) |
| HSL | hsl(326, 78%, 68%) |
| CMYK | cmyk(0%, 54%, 23%, 7%) |
| LAB | lab(63.8 57.0 -15.1) |
| LCH | lch(63.8 59.0 345.1) |
| OKLCH | oklch(0.711 0.176 346.9) |
Copy-ready code
/* CSS */
color: #ed6eb7;
background-color: #ed6eb7;
/* Tailwind (arbitrary) */
class="text-[#ed6eb7] bg-[#ed6eb7]"
/* SCSS */
$brand: #ed6eb7;
/* SwiftUI */
Color(red: 0.929, green: 0.431, blue: 0.718)
/* Android */
Color.parseColor("#ed6eb7")Accessibility — WCAG contrast
Aa
#ed6eb7 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ed6eb7 on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green43.1%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow22.8%
Key (black)7.1%
Color previews
#ed6eb7 text on a black background
contrast 7.52:1
Card sample
#ed6eb7 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed6eb7;
Background color
Panel with #ed6eb7 background
background-color: #ed6eb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed6eb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 110, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 110, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed6eb7; background: linear-gradient(135deg, #ed6eb7, #ED796E);