#f07baf
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 123, 175
HSL
333°, 80%, 71%
CMYK
0, 49, 27, 6
Luminance
0.3579
Every format
| HEX | #f07baf |
| RGB | rgb(240, 123, 175) |
| HSL | hsl(333, 80%, 71%) |
| CMYK | cmyk(0%, 49%, 27%, 6%) |
| LAB | lab(66.4 50.7 -6.7) |
| LCH | lch(66.4 51.1 352.4) |
| OKLCH | oklch(0.730 0.154 353.6) |
Copy-ready code
/* CSS */
color: #f07baf;
background-color: #f07baf;
/* Tailwind (arbitrary) */
class="text-[#f07baf] bg-[#f07baf]"
/* SCSS */
$brand: #f07baf;
/* SwiftUI */
Color(red: 0.941, green: 0.482, blue: 0.686)
/* Android */
Color.parseColor("#f07baf")Accessibility — WCAG contrast
Aa
#f07baf on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07baf on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.7%
Yellow27.1%
Key (black)5.9%
Color previews
#f07baf text on a black background
contrast 8.16:1
Card sample
#f07baf text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07baf;
Background color
Panel with #f07baf background
background-color: #f07baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 123, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 123, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07baf; background: linear-gradient(135deg, #f07baf, #F0957B);