#f07fba
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 127, 186
HSL
329°, 79%, 72%
CMYK
0, 47, 23, 6
Luminance
0.3725
Every format
| HEX | #f07fba |
| RGB | rgb(240, 127, 186) |
| HSL | hsl(329, 79%, 72%) |
| CMYK | cmyk(0%, 47%, 23%, 6%) |
| LAB | lab(67.5 50.2 -11.3) |
| LCH | lch(67.5 51.4 347.3) |
| OKLCH | oklch(0.740 0.153 348.9) |
Copy-ready code
/* CSS */
color: #f07fba;
background-color: #f07fba;
/* Tailwind (arbitrary) */
class="text-[#f07fba] bg-[#f07fba]"
/* SCSS */
$brand: #f07fba;
/* SwiftUI */
Color(red: 0.941, green: 0.498, blue: 0.729)
/* Android */
Color.parseColor("#f07fba")Accessibility — WCAG contrast
Aa
#f07fba on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07fba on black: 8.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow22.5%
Key (black)5.9%
Color previews
#f07fba text on a black background
contrast 8.45:1
Card sample
#f07fba text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07fba;
Background color
Panel with #f07fba background
background-color: #f07fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 127, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 127, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07fba; background: linear-gradient(135deg, #f07fba, #F0907F);