#f08cbf
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 140, 191
HSL
329°, 77%, 75%
CMYK
0, 42, 20, 6
Luminance
0.4104
Every format
| HEX | #f08cbf |
| RGB | rgb(240, 140, 191) |
| HSL | hsl(329, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 20%, 6%) |
| LAB | lab(70.2 44.4 -10.0) |
| LCH | lch(70.2 45.5 347.3) |
| OKLCH | oklch(0.761 0.135 348.9) |
Copy-ready code
/* CSS */
color: #f08cbf;
background-color: #f08cbf;
/* Tailwind (arbitrary) */
class="text-[#f08cbf] bg-[#f08cbf]"
/* SCSS */
$brand: #f08cbf;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.749)
/* Android */
Color.parseColor("#f08cbf")Accessibility — WCAG contrast
Aa
#f08cbf on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cbf on black: 9.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow20.4%
Key (black)5.9%
Color previews
#f08cbf text on a black background
contrast 9.21:1
Card sample
#f08cbf text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cbf;
Background color
Panel with #f08cbf background
background-color: #f08cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cbf; background: linear-gradient(135deg, #f08cbf, #F09C8C);