#f09fdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 159, 223
HSL
313°, 73%, 78%
CMYK
0, 34, 7, 6
Luminance
0.4865
Every format
| HEX | #f09fdf |
| RGB | rgb(240, 159, 223) |
| HSL | hsl(313, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 7%, 6%) |
| LAB | lab(75.2 39.6 -20.1) |
| LCH | lch(75.2 44.4 333.1) |
| OKLCH | oklch(0.802 0.125 334.6) |
Copy-ready code
/* CSS */
color: #f09fdf;
background-color: #f09fdf;
/* Tailwind (arbitrary) */
class="text-[#f09fdf] bg-[#f09fdf]"
/* SCSS */
$brand: #f09fdf;
/* SwiftUI */
Color(red: 0.941, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#f09fdf")Accessibility — WCAG contrast
Aa
#f09fdf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09fdf on black: 10.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow7.1%
Key (black)5.9%
Color previews
#f09fdf text on a black background
contrast 10.73:1
Card sample
#f09fdf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09fdf;
Background color
Panel with #f09fdf background
background-color: #f09fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09fdf; background: linear-gradient(135deg, #f09fdf, #F09FA9);