#f09fcf
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 159, 207
HSL
324°, 73%, 78%
CMYK
0, 34, 14, 6
Luminance
0.4783
Every format
| HEX | #f09fcf |
| RGB | rgb(240, 159, 207) |
| HSL | hsl(324, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 14%, 6%) |
| LAB | lab(74.7 36.9 -12.1) |
| LCH | lch(74.7 38.9 341.9) |
| OKLCH | oklch(0.796 0.113 343.6) |
Copy-ready code
/* CSS */
color: #f09fcf;
background-color: #f09fcf;
/* Tailwind (arbitrary) */
class="text-[#f09fcf] bg-[#f09fcf]"
/* SCSS */
$brand: #f09fcf;
/* SwiftUI */
Color(red: 0.941, green: 0.624, blue: 0.812)
/* Android */
Color.parseColor("#f09fcf")Accessibility — WCAG contrast
Aa
#f09fcf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09fcf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.4%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow13.7%
Key (black)5.9%
Color previews
#f09fcf text on a black background
contrast 10.57:1
Card sample
#f09fcf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09fcf;
Background color
Panel with #f09fcf background
background-color: #f09fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 159, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 159, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09fcf; background: linear-gradient(135deg, #f09fcf, #F0A59F);