#f08cb7
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 140, 183
HSL
334°, 77%, 75%
CMYK
0, 42, 24, 6
Luminance
0.4070
Every format
| HEX | #f08cb7 |
| RGB | rgb(240, 140, 183) |
| HSL | hsl(334, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 24%, 6%) |
| LAB | lab(70.0 43.2 -5.9) |
| LCH | lch(70.0 43.6 352.3) |
| OKLCH | oklch(0.758 0.131 353.4) |
Copy-ready code
/* CSS */
color: #f08cb7;
background-color: #f08cb7;
/* Tailwind (arbitrary) */
class="text-[#f08cb7] bg-[#f08cb7]"
/* SCSS */
$brand: #f08cb7;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.718)
/* Android */
Color.parseColor("#f08cb7")Accessibility — WCAG contrast
Aa
#f08cb7 on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cb7 on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow23.8%
Key (black)5.9%
Color previews
#f08cb7 text on a black background
contrast 9.14:1
Card sample
#f08cb7 text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cb7;
Background color
Panel with #f08cb7 background
background-color: #f08cb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cb7; background: linear-gradient(135deg, #f08cb7, #F0A48C);