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