#e77adf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 122, 223
HSL
304°, 69%, 69%
CMYK
0, 47, 4, 9
Luminance
0.3624
Every format
| HEX | #e77adf |
| RGB | rgb(231, 122, 223) |
| HSL | hsl(304, 69%, 69%) |
| CMYK | cmyk(0%, 47%, 4%, 9%) |
| LAB | lab(66.7 55.7 -33.2) |
| LCH | lch(66.7 64.8 329.2) |
| OKLCH | oklch(0.736 0.181 330.0) |
Copy-ready code
/* CSS */
color: #e77adf;
background-color: #e77adf;
/* Tailwind (arbitrary) */
class="text-[#e77adf] bg-[#e77adf]"
/* SCSS */
$brand: #e77adf;
/* SwiftUI */
Color(red: 0.906, green: 0.478, blue: 0.875)
/* Android */
Color.parseColor("#e77adf")Accessibility — WCAG contrast
Aa
#e77adf on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77adf on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green47.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow3.5%
Key (black)9.4%
Color previews
#e77adf text on a black background
contrast 8.25:1
Card sample
#e77adf text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77adf;
Background color
Panel with #e77adf background
background-color: #e77adf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77adf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 122, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 122, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77adf; background: linear-gradient(135deg, #e77adf, #E77A96);