#f099df
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 153, 223
HSL
312°, 74%, 77%
CMYK
0, 36, 7, 6
Luminance
0.4664
Every format
| HEX | #f099df |
| RGB | rgb(240, 153, 223) |
| HSL | hsl(312, 74%, 77%) |
| CMYK | cmyk(0%, 36%, 7%, 6%) |
| LAB | lab(74.0 42.7 -22.0) |
| LCH | lch(74.0 48.0 332.7) |
| OKLCH | oklch(0.792 0.136 334.2) |
Copy-ready code
/* CSS */
color: #f099df;
background-color: #f099df;
/* Tailwind (arbitrary) */
class="text-[#f099df] bg-[#f099df]"
/* SCSS */
$brand: #f099df;
/* SwiftUI */
Color(red: 0.941, green: 0.600, blue: 0.875)
/* Android */
Color.parseColor("#f099df")Accessibility — WCAG contrast
Aa
#f099df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f099df on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow7.1%
Key (black)5.9%
Color previews
#f099df text on a black background
contrast 10.33:1
Card sample
#f099df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f099df;
Background color
Panel with #f099df background
background-color: #f099df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f099df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 153, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 153, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f099df; background: linear-gradient(135deg, #f099df, #F099A5);