#f59dba
a light, electric magenta / pink · warm · closest name: pink
RGB
245, 157, 186
HSL
340°, 82%, 79%
CMYK
0, 36, 24, 4
Luminance
0.4707
Every format
| HEX | #f59dba |
| RGB | rgb(245, 157, 186) |
| HSL | hsl(340, 82%, 79%) |
| CMYK | cmyk(0%, 36%, 24%, 4%) |
| LAB | lab(74.2 36.5 -1.2) |
| LCH | lch(74.2 36.6 358.1) |
| OKLCH | oklch(0.792 0.110 358.6) |
Copy-ready code
/* CSS */
color: #f59dba;
background-color: #f59dba;
/* Tailwind (arbitrary) */
class="text-[#f59dba] bg-[#f59dba]"
/* SCSS */
$brand: #f59dba;
/* SwiftUI */
Color(red: 0.961, green: 0.616, blue: 0.729)
/* Android */
Color.parseColor("#f59dba")Accessibility — WCAG contrast
Aa
#f59dba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59dba on black: 10.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green61.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.9%
Yellow24.1%
Key (black)3.9%
Color previews
#f59dba text on a black background
contrast 10.41:1
Card sample
#f59dba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59dba;
Background color
Panel with #f59dba background
background-color: #f59dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 157, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 157, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59dba; background: linear-gradient(135deg, #f59dba, #F5BB9D);