#ed295f
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
237, 41, 95
HSL
344°, 85%, 55%
CMYK
0, 83, 60, 7
Luminance
0.2042
Every format
| HEX | #ed295f |
| RGB | rgb(237, 41, 95) |
| HSL | hsl(344, 85%, 55%) |
| CMYK | cmyk(0%, 83%, 60%, 7%) |
| LAB | lab(52.3 73.2 19.9) |
| LCH | lch(52.3 75.9 15.2) |
| OKLCH | oklch(0.618 0.226 12.5) |
Copy-ready code
/* CSS */
color: #ed295f;
background-color: #ed295f;
/* Tailwind (arbitrary) */
class="text-[#ed295f] bg-[#ed295f]"
/* SCSS */
$brand: #ed295f;
/* SwiftUI */
Color(red: 0.929, green: 0.161, blue: 0.373)
/* Android */
Color.parseColor("#ed295f")Accessibility — WCAG contrast
Aa
#ed295f on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ed295f on black: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green16.1%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow59.9%
Key (black)7.1%
Color previews
#ed295f text on a black background
contrast 5.08:1
Card sample
#ed295f text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ed295f;
Background color
Panel with #ed295f background
background-color: #ed295f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ed295f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 41, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 41, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ed295f; background: linear-gradient(135deg, #ed295f, #ED7629);