#f092fc
a light, electric magenta / pink · warm · closest name: violet
RGB
240, 146, 252
HSL
293°, 95%, 78%
CMYK
5, 42, 0, 1
Luminance
0.4611
Every format
| HEX | #f092fc |
| RGB | rgb(240, 146, 252) |
| HSL | hsl(293, 95%, 78%) |
| CMYK | cmyk(5%, 42%, 0%, 1%) |
| LAB | lab(73.6 51.5 -38.3) |
| LCH | lch(73.6 64.2 323.3) |
| OKLCH | oklch(0.794 0.174 322.9) |
Copy-ready code
/* CSS */
color: #f092fc;
background-color: #f092fc;
/* Tailwind (arbitrary) */
class="text-[#f092fc] bg-[#f092fc]"
/* SCSS */
$brand: #f092fc;
/* SwiftUI */
Color(red: 0.941, green: 0.573, blue: 0.988)
/* Android */
Color.parseColor("#f092fc")Accessibility — WCAG contrast
Aa
#f092fc on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f092fc on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green57.3%
Blue98.8%
CMYK percentages
Cyan4.8%
Magenta42.1%
Yellow0.0%
Key (black)1.2%
Color previews
#f092fc text on a black background
contrast 10.22:1
Card sample
#f092fc text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f092fc;
Background color
Panel with #f092fc background
background-color: #f092fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f092fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 146, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 146, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f092fc; background: linear-gradient(135deg, #f092fc, #FC92C1);