#f09fba
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 159, 186
HSL
340°, 73%, 78%
CMYK
0, 34, 23, 6
Luminance
0.4687
Every format
| HEX | #f09fba |
| RGB | rgb(240, 159, 186) |
| HSL | hsl(340, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 23%, 6%) |
| LAB | lab(74.1 33.7 -1.4) |
| LCH | lch(74.1 33.8 357.5) |
| OKLCH | oklch(0.790 0.102 358.1) |
Copy-ready code
/* CSS */
color: #f09fba;
background-color: #f09fba;
/* Tailwind (arbitrary) */
class="text-[#f09fba] bg-[#f09fba]"
/* SCSS */
$brand: #f09fba;
/* SwiftUI */
Color(red: 0.941, green: 0.624, blue: 0.729)
/* Android */
Color.parseColor("#f09fba")Accessibility — WCAG contrast
Aa
#f09fba on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09fba on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.4%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow22.5%
Key (black)5.9%
Color previews
#f09fba text on a black background
contrast 10.37:1
Card sample
#f09fba text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09fba;
Background color
Panel with #f09fba background
background-color: #f09fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 159, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 159, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09fba; background: linear-gradient(135deg, #f09fba, #F0BA9F);