#f092db
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 146, 219
HSL
313°, 76%, 76%
CMYK
0, 39, 9, 6
Luminance
0.4420
Every format
| HEX | #f092db |
| RGB | rgb(240, 146, 219) |
| HSL | hsl(313, 76%, 76%) |
| CMYK | cmyk(0%, 39%, 9%, 6%) |
| LAB | lab(72.4 45.6 -22.2) |
| LCH | lch(72.4 50.8 334.0) |
| OKLCH | oklch(0.780 0.144 335.6) |
Copy-ready code
/* CSS */
color: #f092db;
background-color: #f092db;
/* Tailwind (arbitrary) */
class="text-[#f092db] bg-[#f092db]"
/* SCSS */
$brand: #f092db;
/* SwiftUI */
Color(red: 0.941, green: 0.573, blue: 0.859)
/* Android */
Color.parseColor("#f092db")Accessibility — WCAG contrast
Aa
#f092db on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f092db on black: 9.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green57.3%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow8.8%
Key (black)5.9%
Color previews
#f092db text on a black background
contrast 9.84:1
Card sample
#f092db text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f092db;
Background color
Panel with #f092db background
background-color: #f092db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f092db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 146, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 146, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f092db; background: linear-gradient(135deg, #f092db, #F0929C);