#f09abf
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 154, 191
HSL
334°, 74%, 77%
CMYK
0, 36, 20, 6
Luminance
0.4540
Every format
| HEX | #f09abf |
| RGB | rgb(240, 154, 191) |
| HSL | hsl(334, 74%, 77%) |
| CMYK | cmyk(0%, 36%, 20%, 6%) |
| LAB | lab(73.2 37.1 -5.6) |
| LCH | lch(73.2 37.5 351.4) |
| OKLCH | oklch(0.783 0.112 352.6) |
Copy-ready code
/* CSS */
color: #f09abf;
background-color: #f09abf;
/* Tailwind (arbitrary) */
class="text-[#f09abf] bg-[#f09abf]"
/* SCSS */
$brand: #f09abf;
/* SwiftUI */
Color(red: 0.941, green: 0.604, blue: 0.749)
/* Android */
Color.parseColor("#f09abf")Accessibility — WCAG contrast
Aa
#f09abf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09abf on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green60.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta35.8%
Yellow20.4%
Key (black)5.9%
Color previews
#f09abf text on a black background
contrast 10.08:1
Card sample
#f09abf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09abf;
Background color
Panel with #f09abf background
background-color: #f09abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 154, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 154, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09abf; background: linear-gradient(135deg, #f09abf, #F0AF9A);