#e794f3
a light, electric magenta / pink · warm · closest name: violet
RGB
231, 148, 243
HSL
292°, 80%, 77%
CMYK
5, 39, 0, 5
Luminance
0.4464
Every format
| HEX | #e794f3 |
| RGB | rgb(231, 148, 243) |
| HSL | hsl(292, 80%, 77%) |
| CMYK | cmyk(5%, 39%, 0%, 5%) |
| LAB | lab(72.7 46.1 -35.0) |
| LCH | lch(72.7 57.9 322.8) |
| OKLCH | oklch(0.783 0.157 322.3) |
Copy-ready code
/* CSS */
color: #e794f3;
background-color: #e794f3;
/* Tailwind (arbitrary) */
class="text-[#e794f3] bg-[#e794f3]"
/* SCSS */
$brand: #e794f3;
/* SwiftUI */
Color(red: 0.906, green: 0.580, blue: 0.953)
/* Android */
Color.parseColor("#e794f3")Accessibility — WCAG contrast
Aa
#e794f3 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e794f3 on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green58.0%
Blue95.3%
CMYK percentages
Cyan4.9%
Magenta39.1%
Yellow0.0%
Key (black)4.7%
Color previews
#e794f3 text on a black background
contrast 9.93:1
Card sample
#e794f3 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e794f3;
Background color
Panel with #e794f3 background
background-color: #e794f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e794f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 148, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 148, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e794f3; background: linear-gradient(135deg, #e794f3, #F394C0);