#e77cca
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 124, 202
HSL
316°, 69%, 70%
CMYK
0, 46, 13, 9
Luminance
0.3567
Every format
| HEX | #e77cca |
| RGB | rgb(231, 124, 202) |
| HSL | hsl(316, 69%, 70%) |
| CMYK | cmyk(0%, 46%, 13%, 9%) |
| LAB | lab(66.3 51.2 -22.2) |
| LCH | lch(66.3 55.8 336.6) |
| OKLCH | oklch(0.730 0.161 338.3) |
Copy-ready code
/* CSS */
color: #e77cca;
background-color: #e77cca;
/* Tailwind (arbitrary) */
class="text-[#e77cca] bg-[#e77cca]"
/* SCSS */
$brand: #e77cca;
/* SwiftUI */
Color(red: 0.906, green: 0.486, blue: 0.792)
/* Android */
Color.parseColor("#e77cca")Accessibility — WCAG contrast
Aa
#e77cca on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77cca on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green48.6%
Blue79.2%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow12.6%
Key (black)9.4%
Color previews
#e77cca text on a black background
contrast 8.13:1
Card sample
#e77cca text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77cca;
Background color
Panel with #e77cca background
background-color: #e77cca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77cca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 124, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 124, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77cca; background: linear-gradient(135deg, #e77cca, #E77C83);