#f08abf
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 138, 191
HSL
329°, 77%, 74%
CMYK
0, 43, 20, 6
Luminance
0.4046
Every format
| HEX | #f08abf |
| RGB | rgb(240, 138, 191) |
| HSL | hsl(329, 77%, 74%) |
| CMYK | cmyk(0%, 43%, 20%, 6%) |
| LAB | lab(69.8 45.4 -10.6) |
| LCH | lch(69.8 46.6 346.9) |
| OKLCH | oklch(0.758 0.138 348.5) |
Copy-ready code
/* CSS */
color: #f08abf;
background-color: #f08abf;
/* Tailwind (arbitrary) */
class="text-[#f08abf] bg-[#f08abf]"
/* SCSS */
$brand: #f08abf;
/* SwiftUI */
Color(red: 0.941, green: 0.541, blue: 0.749)
/* Android */
Color.parseColor("#f08abf")Accessibility — WCAG contrast
Aa
#f08abf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08abf on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta42.5%
Yellow20.4%
Key (black)5.9%
Color previews
#f08abf text on a black background
contrast 9.09:1
Card sample
#f08abf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08abf;
Background color
Panel with #f08abf background
background-color: #f08abf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08abf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 138, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 138, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08abf; background: linear-gradient(135deg, #f08abf, #F0998A);