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