#f09fac
a light, vivid red · warm · closest name: pink
RGB
240, 159, 172
HSL
350°, 73%, 78%
CMYK
0, 34, 28, 6
Luminance
0.4630
Every format
| HEX | #f09fac |
| RGB | rgb(240, 159, 172) |
| HSL | hsl(350, 73%, 78%) |
| CMYK | cmyk(0%, 34%, 28%, 6%) |
| LAB | lab(73.7 31.8 5.7) |
| LCH | lch(73.7 32.3 10.2) |
| OKLCH | oklch(0.786 0.098 9.0) |
Copy-ready code
/* CSS */
color: #f09fac;
background-color: #f09fac;
/* Tailwind (arbitrary) */
class="text-[#f09fac] bg-[#f09fac]"
/* SCSS */
$brand: #f09fac;
/* SwiftUI */
Color(red: 0.941, green: 0.624, blue: 0.675)
/* Android */
Color.parseColor("#f09fac")Accessibility — WCAG contrast
Aa
#f09fac on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09fac on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green62.4%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta33.8%
Yellow28.3%
Key (black)5.9%
Color previews
#f09fac text on a black background
contrast 10.26:1
Card sample
#f09fac text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09fac;
Background color
Panel with #f09fac background
background-color: #f09fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 159, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 159, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09fac; background: linear-gradient(135deg, #f09fac, #F0C89F);