#f09dbb
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 157, 187
HSL
338°, 74%, 78%
CMYK
0, 35, 22, 6
Luminance
0.4623
Every format
| HEX | #f09dbb |
| RGB | rgb(240, 157, 187) |
| HSL | hsl(338, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 22%, 6%) |
| LAB | lab(73.7 34.9 -2.6) |
| LCH | lch(73.7 35.0 355.7) |
| OKLCH | oklch(0.787 0.105 356.5) |
Copy-ready code
/* CSS */
color: #f09dbb;
background-color: #f09dbb;
/* Tailwind (arbitrary) */
class="text-[#f09dbb] bg-[#f09dbb]"
/* SCSS */
$brand: #f09dbb;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#f09dbb")Accessibility — WCAG contrast
Aa
#f09dbb on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09dbb on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow22.1%
Key (black)5.9%
Color previews
#f09dbb text on a black background
contrast 10.25:1
Card sample
#f09dbb text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09dbb;
Background color
Panel with #f09dbb background
background-color: #f09dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09dbb; background: linear-gradient(135deg, #f09dbb, #F0B69D);