#f58dff
a light, electric magenta / pink · warm · closest name: violet
RGB
245, 141, 255
HSL
295°, 100%, 78%
CMYK
4, 45, 0, 0
Luminance
0.4568
Every format
| HEX | #f58dff |
| RGB | rgb(245, 141, 255) |
| HSL | hsl(295, 100%, 78%) |
| CMYK | cmyk(4%, 45%, 0%, 0%) |
| LAB | lab(73.3 55.9 -40.4) |
| LCH | lch(73.3 69.0 324.2) |
| OKLCH | oklch(0.793 0.188 323.9) |
Copy-ready code
/* CSS */
color: #f58dff;
background-color: #f58dff;
/* Tailwind (arbitrary) */
class="text-[#f58dff] bg-[#f58dff]"
/* SCSS */
$brand: #f58dff;
/* SwiftUI */
Color(red: 0.961, green: 0.553, blue: 1.000)
/* Android */
Color.parseColor("#f58dff")Accessibility — WCAG contrast
Aa
#f58dff on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58dff on black: 10.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.3%
Blue100.0%
CMYK percentages
Cyan3.9%
Magenta44.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f58dff text on a black background
contrast 10.14:1
Card sample
#f58dff text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58dff;
Background color
Panel with #f58dff background
background-color: #f58dff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58dff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 141, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 141, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58dff; background: linear-gradient(135deg, #f58dff, #FF8DBD);