#f094df
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 148, 223
HSL
311°, 75%, 76%
CMYK
0, 38, 7, 6
Luminance
0.4503
Every format
| HEX | #f094df |
| RGB | rgb(240, 148, 223) |
| HSL | hsl(311, 75%, 76%) |
| CMYK | cmyk(0%, 38%, 7%, 6%) |
| LAB | lab(72.9 45.3 -23.6) |
| LCH | lch(72.9 51.1 332.5) |
| OKLCH | oklch(0.785 0.144 333.9) |
Copy-ready code
/* CSS */
color: #f094df;
background-color: #f094df;
/* Tailwind (arbitrary) */
class="text-[#f094df] bg-[#f094df]"
/* SCSS */
$brand: #f094df;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.875)
/* Android */
Color.parseColor("#f094df")Accessibility — WCAG contrast
Aa
#f094df on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f094df on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow7.1%
Key (black)5.9%
Color previews
#f094df text on a black background
contrast 10.01:1
Card sample
#f094df text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f094df;
Background color
Panel with #f094df background
background-color: #f094df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f094df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f094df; background: linear-gradient(135deg, #f094df, #F094A2);