#f08dbf
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 141, 191
HSL
330°, 77%, 75%
CMYK
0, 41, 20, 6
Luminance
0.4134
Every format
| HEX | #f08dbf |
| RGB | rgb(240, 141, 191) |
| HSL | hsl(330, 77%, 75%) |
| CMYK | cmyk(0%, 41%, 20%, 6%) |
| LAB | lab(70.4 43.8 -9.7) |
| LCH | lch(70.4 44.9 347.5) |
| OKLCH | oklch(0.762 0.133 349.1) |
Copy-ready code
/* CSS */
color: #f08dbf;
background-color: #f08dbf;
/* Tailwind (arbitrary) */
class="text-[#f08dbf] bg-[#f08dbf]"
/* SCSS */
$brand: #f08dbf;
/* SwiftUI */
Color(red: 0.941, green: 0.553, blue: 0.749)
/* Android */
Color.parseColor("#f08dbf")Accessibility — WCAG contrast
Aa
#f08dbf on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08dbf on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green55.3%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta41.3%
Yellow20.4%
Key (black)5.9%
Color previews
#f08dbf text on a black background
contrast 9.27:1
Card sample
#f08dbf text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08dbf;
Background color
Panel with #f08dbf background
background-color: #f08dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 141, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 141, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08dbf; background: linear-gradient(135deg, #f08dbf, #F09D8D);