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