#f09abc
a light, vivid magenta / pink · warm · closest name: pink
RGB
240, 154, 188
HSL
336°, 74%, 77%
CMYK
0, 36, 22, 6
Luminance
0.4527
Every format
| HEX | #f09abc |
| RGB | rgb(240, 154, 188) |
| HSL | hsl(336, 74%, 77%) |
| CMYK | cmyk(0%, 36%, 22%, 6%) |
| LAB | lab(73.1 36.7 -4.1) |
| LCH | lch(73.1 36.9 353.6) |
| OKLCH | oklch(0.782 0.110 354.7) |
Copy-ready code
/* CSS */
color: #f09abc;
background-color: #f09abc;
/* Tailwind (arbitrary) */
class="text-[#f09abc] bg-[#f09abc]"
/* SCSS */
$brand: #f09abc;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.737)
/* Android */
Color.parseColor("#f09abc")Accessibility — WCAG contrast
Aa
#f09abc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09abc on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow21.7%
Key (black)5.9%
Color previews
#f09abc text on a black background
contrast 10.05:1
Card sample
#f09abc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09abc;
Background color
Panel with #f09abc background
background-color: #f09abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09abc; background: linear-gradient(135deg, #f09abc, #F0B29A);