#f58dbb
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 141, 187
HSL
334°, 84%, 76%
CMYK
0, 42, 24, 4
Luminance
0.4205
Every format
| HEX | #f58dbb |
| RGB | rgb(245, 141, 187) |
| HSL | hsl(334, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 24%, 4%) |
| LAB | lab(70.9 44.9 -6.7) |
| LCH | lch(70.9 45.4 351.6) |
| OKLCH | oklch(0.767 0.136 352.8) |
Copy-ready code
/* CSS */
color: #f58dbb;
background-color: #f58dbb;
/* Tailwind (arbitrary) */
class="text-[#f58dbb] bg-[#f58dbb]"
/* SCSS */
$brand: #f58dbb;
/* SwiftUI */
Color(red: 0.961, green: 0.553, blue: 0.733)
/* Android */
Color.parseColor("#f58dbb")Accessibility — WCAG contrast
Aa
#f58dbb on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58dbb on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow23.7%
Key (black)3.9%
Color previews
#f58dbb text on a black background
contrast 9.41:1
Card sample
#f58dbb text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58dbb;
Background color
Panel with #f58dbb background
background-color: #f58dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 141, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 141, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58dbb; background: linear-gradient(135deg, #f58dbb, #F5A48D);