#e77ccf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 124, 207
HSL
314°, 69%, 70%
CMYK
0, 46, 10, 9
Luminance
0.3591
Every format
| HEX | #e77ccf |
| RGB | rgb(231, 124, 207) |
| HSL | hsl(314, 69%, 70%) |
| CMYK | cmyk(0%, 46%, 10%, 9%) |
| LAB | lab(66.5 52.0 -24.7) |
| LCH | lch(66.5 57.6 334.6) |
| OKLCH | oklch(0.732 0.165 336.2) |
Copy-ready code
/* CSS */
color: #e77ccf;
background-color: #e77ccf;
/* Tailwind (arbitrary) */
class="text-[#e77ccf] bg-[#e77ccf]"
/* SCSS */
$brand: #e77ccf;
/* SwiftUI */
Color(red: 0.906, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#e77ccf")Accessibility — WCAG contrast
Aa
#e77ccf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77ccf on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow10.4%
Key (black)9.4%
Color previews
#e77ccf text on a black background
contrast 8.18:1
Card sample
#e77ccf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77ccf;
Background color
Panel with #e77ccf background
background-color: #e77ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77ccf; background: linear-gradient(135deg, #e77ccf, #E77C88);