#f096af
a light, electric magenta / pink · warm · closest name: pink
RGB
240, 150, 175
HSL
343°, 75%, 77%
CMYK
0, 38, 27, 6
Luminance
0.4343
Every format
| HEX | #f096af |
| RGB | rgb(240, 150, 175) |
| HSL | hsl(343, 75%, 77%) |
| CMYK | cmyk(0%, 38%, 27%, 6%) |
| LAB | lab(71.8 36.9 1.3) |
| LCH | lch(71.8 37.0 2.1) |
| OKLCH | oklch(0.772 0.112 2.0) |
Copy-ready code
/* CSS */
color: #f096af;
background-color: #f096af;
/* Tailwind (arbitrary) */
class="text-[#f096af] bg-[#f096af]"
/* SCSS */
$brand: #f096af;
/* SwiftUI */
Color(red: 0.941, green: 0.588, blue: 0.686)
/* Android */
Color.parseColor("#f096af")Accessibility — WCAG contrast
Aa
#f096af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f096af on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green58.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta37.5%
Yellow27.1%
Key (black)5.9%
Color previews
#f096af text on a black background
contrast 9.69:1
Card sample
#f096af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f096af;
Background color
Panel with #f096af background
background-color: #f096af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f096af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 150, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 150, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f096af; background: linear-gradient(135deg, #f096af, #F0B996);