#f09dac
a light, vivid red · warm · closest name: pink
RGB
240, 157, 172
HSL
349°, 74%, 78%
CMYK
0, 35, 28, 6
Luminance
0.4562
Every format
| HEX | #f09dac |
| RGB | rgb(240, 157, 172) |
| HSL | hsl(349, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 28%, 6%) |
| LAB | lab(73.3 32.9 5.1) |
| LCH | lch(73.3 33.2 8.8) |
| OKLCH | oklch(0.782 0.101 7.8) |
Copy-ready code
/* CSS */
color: #f09dac;
background-color: #f09dac;
/* Tailwind (arbitrary) */
class="text-[#f09dac] bg-[#f09dac]"
/* SCSS */
$brand: #f09dac;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.675)
/* Android */
Color.parseColor("#f09dac")Accessibility — WCAG contrast
Aa
#f09dac on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09dac on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow28.3%
Key (black)5.9%
Color previews
#f09dac text on a black background
contrast 10.12:1
Card sample
#f09dac text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09dac;
Background color
Panel with #f09dac background
background-color: #f09dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09dac; background: linear-gradient(135deg, #f09dac, #F0C59D);