#f09cba
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 156, 186
HSL
339°, 74%, 78%
CMYK
0, 35, 23, 6
Luminance
0.4585
Every format
| HEX | #f09cba |
| RGB | rgb(240, 156, 186) |
| HSL | hsl(339, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 23%, 6%) |
| LAB | lab(73.5 35.3 -2.4) |
| LCH | lch(73.5 35.4 356.1) |
| OKLCH | oklch(0.785 0.106 356.8) |
Copy-ready code
/* CSS */
color: #f09cba;
background-color: #f09cba;
/* Tailwind (arbitrary) */
class="text-[#f09cba] bg-[#f09cba]"
/* SCSS */
$brand: #f09cba;
/* SwiftUI */
Color(red: 0.941, green: 0.612, blue: 0.729)
/* Android */
Color.parseColor("#f09cba")Accessibility — WCAG contrast
Aa
#f09cba on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09cba on black: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow22.5%
Key (black)5.9%
Color previews
#f09cba text on a black background
contrast 10.17:1
Card sample
#f09cba text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09cba;
Background color
Panel with #f09cba background
background-color: #f09cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 156, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 156, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09cba; background: linear-gradient(135deg, #f09cba, #F0B69C);