#f09ebc
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 158, 188
HSL
338°, 73%, 78%
CMYK
0, 34, 22, 6
Luminance
0.4661
Every format
| HEX | #f09ebc |
| RGB | rgb(240, 158, 188) |
| HSL | hsl(338, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 22%, 6%) |
| LAB | lab(73.9 34.6 -2.8) |
| LCH | lch(73.9 34.7 355.4) |
| OKLCH | oklch(0.789 0.104 356.2) |
Copy-ready code
/* CSS */
color: #f09ebc;
background-color: #f09ebc;
/* Tailwind (arbitrary) */
class="text-[#f09ebc] bg-[#f09ebc]"
/* SCSS */
$brand: #f09ebc;
/* SwiftUI */
Color(red: 0.941, green: 0.620, blue: 0.737)
/* Android */
Color.parseColor("#f09ebc")Accessibility — WCAG contrast
Aa
#f09ebc on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09ebc on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.0%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta34.2%
Yellow21.7%
Key (black)5.9%
Color previews
#f09ebc text on a black background
contrast 10.32:1
Card sample
#f09ebc text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09ebc;
Background color
Panel with #f09ebc background
background-color: #f09ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 158, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 158, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09ebc; background: linear-gradient(135deg, #f09ebc, #F0B69E);