#f094d3
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 148, 211
HSL
319°, 75%, 76%
CMYK
0, 38, 12, 6
Luminance
0.4441
Every format
| HEX | #f094d3 |
| RGB | rgb(240, 148, 211) |
| HSL | hsl(319, 75%, 76%) |
| CMYK | cmyk(0%, 38%, 12%, 6%) |
| LAB | lab(72.5 43.3 -17.6) |
| LCH | lch(72.5 46.8 337.9) |
| OKLCH | oklch(0.780 0.135 339.6) |
Copy-ready code
/* CSS */
color: #f094d3;
background-color: #f094d3;
/* Tailwind (arbitrary) */
class="text-[#f094d3] bg-[#f094d3]"
/* SCSS */
$brand: #f094d3;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.827)
/* Android */
Color.parseColor("#f094d3")Accessibility — WCAG contrast
Aa
#f094d3 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f094d3 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow12.1%
Key (black)5.9%
Color previews
#f094d3 text on a black background
contrast 9.88:1
Card sample
#f094d3 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f094d3;
Background color
Panel with #f094d3 background
background-color: #f094d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f094d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f094d3; background: linear-gradient(135deg, #f094d3, #F09496);