#f58da2
a light, electric red · warm · closest name: pink
RGB
245, 141, 162
HSL
348°, 84%, 76%
CMYK
0, 42, 34, 4
Luminance
0.4107
Every format
| HEX | #f58da2 |
| RGB | rgb(245, 141, 162) |
| HSL | hsl(348, 84%, 76%) |
| CMYK | cmyk(0%, 42%, 34%, 4%) |
| LAB | lab(70.2 41.7 6.3) |
| LCH | lch(70.2 42.1 8.6) |
| OKLCH | oklch(0.759 0.128 7.6) |
Copy-ready code
/* CSS */
color: #f58da2;
background-color: #f58da2;
/* Tailwind (arbitrary) */
class="text-[#f58da2] bg-[#f58da2]"
/* SCSS */
$brand: #f58da2;
/* SwiftUI */
Color(red: 0.961, green: 0.553, blue: 0.635)
/* Android */
Color.parseColor("#f58da2")Accessibility — WCAG contrast
Aa
#f58da2 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f58da2 on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green55.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow33.9%
Key (black)3.9%
Color previews
#f58da2 text on a black background
contrast 9.21:1
Card sample
#f58da2 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f58da2;
Background color
Panel with #f58da2 background
background-color: #f58da2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f58da2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 141, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 141, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f58da2; background: linear-gradient(135deg, #f58da2, #F5BD8D);