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