#e23f85
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
226, 63, 133
HSL
334°, 74%, 57%
CMYK
0, 72, 41, 11
Luminance
0.2142
Every format
| HEX | #e23f85 |
| RGB | rgb(226, 63, 133) |
| HSL | hsl(334, 74%, 57%) |
| CMYK | cmyk(0%, 72%, 41%, 11%) |
| LAB | lab(53.4 67.2 -1.7) |
| LCH | lch(53.4 67.2 358.5) |
| OKLCH | oklch(0.625 0.206 359.0) |
Copy-ready code
/* CSS */
color: #e23f85;
background-color: #e23f85;
/* Tailwind (arbitrary) */
class="text-[#e23f85] bg-[#e23f85]"
/* SCSS */
$brand: #e23f85;
/* SwiftUI */
Color(red: 0.886, green: 0.247, blue: 0.522)
/* Android */
Color.parseColor("#e23f85")Accessibility — WCAG contrast
Aa
#e23f85 on white: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e23f85 on black: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green24.7%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta72.1%
Yellow41.2%
Key (black)11.4%
Color previews
#e23f85 text on a black background
contrast 5.28:1
Card sample
#e23f85 text on a white background
contrast 3.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e23f85;
Background color
Panel with #e23f85 background
background-color: #e23f85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e23f85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 63, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 63, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e23f85; background: linear-gradient(135deg, #e23f85, #E2663F);