#f09bab
a light, vivid red · warm · closest name: pink
RGB
240, 155, 171
HSL
349°, 74%, 78%
CMYK
0, 35, 29, 6
Luminance
0.4491
Every format
| HEX | #f09bab |
| RGB | rgb(240, 155, 171) |
| HSL | hsl(349, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 29%, 6%) |
| LAB | lab(72.8 33.8 5.0) |
| LCH | lch(72.8 34.1 8.4) |
| OKLCH | oklch(0.779 0.103 7.5) |
Copy-ready code
/* CSS */
color: #f09bab;
background-color: #f09bab;
/* Tailwind (arbitrary) */
class="text-[#f09bab] bg-[#f09bab]"
/* SCSS */
$brand: #f09bab;
/* SwiftUI */
Color(red: 0.941, green: 0.608, blue: 0.671)
/* Android */
Color.parseColor("#f09bab")Accessibility — WCAG contrast
Aa
#f09bab on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09bab on black: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.8%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta35.4%
Yellow28.8%
Key (black)5.9%
Color previews
#f09bab text on a black background
contrast 9.98:1
Card sample
#f09bab text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09bab;
Background color
Panel with #f09bab background
background-color: #f09bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 155, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 155, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09bab; background: linear-gradient(135deg, #f09bab, #F0C49B);