#f58ace
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 138, 206
HSL
322°, 84%, 75%
CMYK
0, 44, 16, 4
Luminance
0.4205
Every format
| HEX | #f58ace |
| RGB | rgb(245, 138, 206) |
| HSL | hsl(322, 84%, 75%) |
| CMYK | cmyk(0%, 44%, 16%, 4%) |
| LAB | lab(70.9 49.2 -17.2) |
| LCH | lch(70.9 52.1 340.7) |
| OKLCH | oklch(0.769 0.152 342.5) |
Copy-ready code
/* CSS */
color: #f58ace;
background-color: #f58ace;
/* Tailwind (arbitrary) */
class="text-[#f58ace] bg-[#f58ace]"
/* SCSS */
$brand: #f58ace;
/* SwiftUI */
Color(red: 0.961, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#f58ace")Accessibility — WCAG contrast
Aa
#f58ace on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58ace on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green54.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow15.9%
Key (black)3.9%
Color previews
#f58ace text on a black background
contrast 9.41:1
Card sample
#f58ace text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58ace;
Background color
Panel with #f58ace background
background-color: #f58ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58ace; background: linear-gradient(135deg, #f58ace, #F58D8A);