#f09dbd
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 157, 189
HSL
337°, 74%, 78%
CMYK
0, 35, 21, 6
Luminance
0.4631
Every format
| HEX | #f09dbd |
| RGB | rgb(240, 157, 189) |
| HSL | hsl(337, 74%, 78%) |
| CMYK | cmyk(0%, 35%, 21%, 6%) |
| LAB | lab(73.8 35.2 -3.6) |
| LCH | lch(73.8 35.4 354.1) |
| OKLCH | oklch(0.787 0.106 355.1) |
Copy-ready code
/* CSS */
color: #f09dbd;
background-color: #f09dbd;
/* Tailwind (arbitrary) */
class="text-[#f09dbd] bg-[#f09dbd]"
/* SCSS */
$brand: #f09dbd;
/* SwiftUI */
Color(red: 0.941, green: 0.616, blue: 0.741)
/* Android */
Color.parseColor("#f09dbd")Accessibility — WCAG contrast
Aa
#f09dbd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09dbd on black: 10.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.6%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta34.6%
Yellow21.2%
Key (black)5.9%
Color previews
#f09dbd text on a black background
contrast 10.26:1
Card sample
#f09dbd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09dbd;
Background color
Panel with #f09dbd background
background-color: #f09dbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09dbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 157, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 157, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09dbd; background: linear-gradient(135deg, #f09dbd, #F0B49D);