#e671ac
a light, vivid magenta / pink · warm · closest name: orchid
RGB
230, 113, 172
HSL
330°, 70%, 67%
CMYK
0, 51, 25, 10
Luminance
0.3161
Every format
| HEX | #e671ac |
| RGB | rgb(230, 113, 172) |
| HSL | hsl(330, 70%, 67%) |
| CMYK | cmyk(0%, 51%, 25%, 10%) |
| LAB | lab(63.0 51.9 -10.2) |
| LCH | lch(63.0 52.9 348.9) |
| OKLCH | oklch(0.702 0.159 350.4) |
Copy-ready code
/* CSS */
color: #e671ac;
background-color: #e671ac;
/* Tailwind (arbitrary) */
class="text-[#e671ac] bg-[#e671ac]"
/* SCSS */
$brand: #e671ac;
/* SwiftUI */
Color(red: 0.902, green: 0.443, blue: 0.675)
/* Android */
Color.parseColor("#e671ac")Accessibility — WCAG contrast
Aa
#e671ac on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e671ac on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green44.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta50.9%
Yellow25.2%
Key (black)9.8%
Color previews
#e671ac text on a black background
contrast 7.32:1
Card sample
#e671ac text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e671ac;
Background color
Panel with #e671ac background
background-color: #e671ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e671ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 113, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 113, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e671ac; background: linear-gradient(135deg, #e671ac, #E68471);