#f098cf
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 152, 207
HSL
323°, 75%, 77%
CMYK
0, 37, 14, 6
Luminance
0.4549
Every format
| HEX | #f098cf |
| RGB | rgb(240, 152, 207) |
| HSL | hsl(323, 75%, 77%) |
| CMYK | cmyk(0%, 37%, 14%, 6%) |
| LAB | lab(73.2 40.6 -14.3) |
| LCH | lch(73.2 43.0 340.5) |
| OKLCH | oklch(0.785 0.125 342.3) |
Copy-ready code
/* CSS */
color: #f098cf;
background-color: #f098cf;
/* Tailwind (arbitrary) */
class="text-[#f098cf] bg-[#f098cf]"
/* SCSS */
$brand: #f098cf;
/* SwiftUI */
Color(red: 0.941, green: 0.596, blue: 0.812)
/* Android */
Color.parseColor("#f098cf")Accessibility — WCAG contrast
Aa
#f098cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f098cf on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green59.6%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta36.7%
Yellow13.7%
Key (black)5.9%
Color previews
#f098cf text on a black background
contrast 10.10:1
Card sample
#f098cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f098cf;
Background color
Panel with #f098cf background
background-color: #f098cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f098cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 152, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 152, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f098cf; background: linear-gradient(135deg, #f098cf, #F09C98);