#f59baf
a light, electric red · warm · closest name: pink
RGB
245, 155, 175
HSL
347°, 82%, 78%
CMYK
0, 37, 29, 4
Luminance
0.4595
Every format
| HEX | #f59baf |
| RGB | rgb(245, 155, 175) |
| HSL | hsl(347, 82%, 78%) |
| CMYK | cmyk(0%, 37%, 29%, 4%) |
| LAB | lab(73.5 36.1 3.8) |
| LCH | lch(73.5 36.3 6.0) |
| OKLCH | oklch(0.786 0.110 5.5) |
Copy-ready code
/* CSS */
color: #f59baf;
background-color: #f59baf;
/* Tailwind (arbitrary) */
class="text-[#f59baf] bg-[#f59baf]"
/* SCSS */
$brand: #f59baf;
/* SwiftUI */
Color(red: 0.961, green: 0.608, blue: 0.686)
/* Android */
Color.parseColor("#f59baf")Accessibility — WCAG contrast
Aa
#f59baf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f59baf on black: 10.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green60.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow28.6%
Key (black)3.9%
Color previews
#f59baf text on a black background
contrast 10.19:1
Card sample
#f59baf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f59baf;
Background color
Panel with #f59baf background
background-color: #f59baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f59baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 155, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 155, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f59baf; background: linear-gradient(135deg, #f59baf, #F5C39B);