#e770ac
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 112, 172
HSL
330°, 71%, 67%
CMYK
0, 52, 26, 9
Luminance
0.3156
Every format
| HEX | #e770ac |
| RGB | rgb(231, 112, 172) |
| HSL | hsl(330, 71%, 67%) |
| CMYK | cmyk(0%, 52%, 26%, 9%) |
| LAB | lab(63.0 52.7 -10.2) |
| LCH | lch(63.0 53.7 349.0) |
| OKLCH | oklch(0.702 0.161 350.5) |
Copy-ready code
/* CSS */
color: #e770ac;
background-color: #e770ac;
/* Tailwind (arbitrary) */
class="text-[#e770ac] bg-[#e770ac]"
/* SCSS */
$brand: #e770ac;
/* SwiftUI */
Color(red: 0.906, green: 0.439, blue: 0.675)
/* Android */
Color.parseColor("#e770ac")Accessibility — WCAG contrast
Aa
#e770ac on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e770ac on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green43.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow25.5%
Key (black)9.4%
Color previews
#e770ac text on a black background
contrast 7.31:1
Card sample
#e770ac text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e770ac;
Background color
Panel with #e770ac background
background-color: #e770ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e770ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 112, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 112, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e770ac; background: linear-gradient(135deg, #e770ac, #E78370);