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