#f092ad
a light, electric magenta / pink · warm · closest name: pink
RGB
240, 146, 173
HSL
343°, 76%, 76%
CMYK
0, 39, 28, 6
Luminance
0.4210
Every format
| HEX | #f092ad |
| RGB | rgb(240, 146, 173) |
| HSL | hsl(343, 76%, 76%) |
| CMYK | cmyk(0%, 39%, 28%, 6%) |
| LAB | lab(70.9 38.7 1.1) |
| LCH | lch(70.9 38.8 1.7) |
| OKLCH | oklch(0.764 0.117 1.7) |
Copy-ready code
/* CSS */
color: #f092ad;
background-color: #f092ad;
/* Tailwind (arbitrary) */
class="text-[#f092ad] bg-[#f092ad]"
/* SCSS */
$brand: #f092ad;
/* SwiftUI */
Color(red: 0.941, green: 0.573, blue: 0.678)
/* Android */
Color.parseColor("#f092ad")Accessibility — WCAG contrast
Aa
#f092ad on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f092ad on black: 9.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green57.3%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow27.9%
Key (black)5.9%
Color previews
#f092ad text on a black background
contrast 9.42:1
Card sample
#f092ad text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f092ad;
Background color
Panel with #f092ad background
background-color: #f092ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f092ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 146, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 146, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f092ad; background: linear-gradient(135deg, #f092ad, #F0B692);