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