#f094fd
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 148, 253
HSL
293°, 96%, 79%
CMYK
5, 42, 0, 1
Luminance
0.4680
Every format
| HEX | #f094fd |
| RGB | rgb(240, 148, 253) |
| HSL | hsl(293, 96%, 79%) |
| CMYK | cmyk(5%, 42%, 0%, 1%) |
| LAB | lab(74.1 50.6 -38.2) |
| LCH | lch(74.1 63.4 323.0) |
| OKLCH | oklch(0.797 0.172 322.5) |
Copy-ready code
/* CSS */
color: #f094fd;
background-color: #f094fd;
/* Tailwind (arbitrary) */
class="text-[#f094fd] bg-[#f094fd]"
/* SCSS */
$brand: #f094fd;
/* SwiftUI */
Color(red: 0.941, green: 0.580, blue: 0.992)
/* Android */
Color.parseColor("#f094fd")Accessibility — WCAG contrast
Aa
#f094fd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f094fd on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.0%
Blue99.2%
CMYK percentages
Cyan5.1%
Magenta41.5%
Yellow0.0%
Key (black)0.8%
Color previews
#f094fd text on a black background
contrast 10.36:1
Card sample
#f094fd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f094fd;
Background color
Panel with #f094fd background
background-color: #f094fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f094fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 148, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 148, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f094fd; background: linear-gradient(135deg, #f094fd, #FD94C4);