#f07cba
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 124, 186
HSL
328°, 80%, 71%
CMYK
0, 48, 23, 6
Luminance
0.3649
Every format
| HEX | #f07cba |
| RGB | rgb(240, 124, 186) |
| HSL | hsl(328, 80%, 71%) |
| CMYK | cmyk(0%, 48%, 23%, 6%) |
| LAB | lab(66.9 51.7 -12.2) |
| LCH | lch(66.9 53.1 346.8) |
| OKLCH | oklch(0.735 0.158 348.4) |
Copy-ready code
/* CSS */
color: #f07cba;
background-color: #f07cba;
/* Tailwind (arbitrary) */
class="text-[#f07cba] bg-[#f07cba]"
/* SCSS */
$brand: #f07cba;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.729)
/* Android */
Color.parseColor("#f07cba")Accessibility — WCAG contrast
Aa
#f07cba on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07cba on black: 8.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow22.5%
Key (black)5.9%
Color previews
#f07cba text on a black background
contrast 8.30:1
Card sample
#f07cba text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07cba;
Background color
Panel with #f07cba background
background-color: #f07cba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07cba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07cba; background: linear-gradient(135deg, #f07cba, #F08B7C);