#f58dcd
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 141, 205
HSL
323°, 84%, 76%
CMYK
0, 42, 16, 4
Luminance
0.4287
Every format
| HEX | #f58dcd |
| RGB | rgb(245, 141, 205) |
| HSL | hsl(323, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 16%, 4%) |
| LAB | lab(71.5 47.6 -15.8) |
| LCH | lch(71.5 50.1 341.6) |
| OKLCH | oklch(0.773 0.147 343.4) |
Copy-ready code
/* CSS */
color: #f58dcd;
background-color: #f58dcd;
/* Tailwind (arbitrary) */
class="text-[#f58dcd] bg-[#f58dcd]"
/* SCSS */
$brand: #f58dcd;
/* SwiftUI */
Color(red: 0.961, green: 0.553, blue: 0.804)
/* Android */
Color.parseColor("#f58dcd")Accessibility — WCAG contrast
Aa
#f58dcd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58dcd on black: 9.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow16.3%
Key (black)3.9%
Color previews
#f58dcd text on a black background
contrast 9.57:1
Card sample
#f58dcd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58dcd;
Background color
Panel with #f58dcd background
background-color: #f58dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 141, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 141, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58dcd; background: linear-gradient(135deg, #f58dcd, #F5928D);