#f072bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 114, 188
HSL
325°, 81%, 69%
CMYK
0, 53, 22, 6
Luminance
0.3419
Every format
| HEX | #f072bc |
| RGB | rgb(240, 114, 188) |
| HSL | hsl(325, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 22%, 6%) |
| LAB | lab(65.1 56.7 -15.9) |
| LCH | lch(65.1 58.9 344.3) |
| OKLCH | oklch(0.722 0.175 346.1) |
Copy-ready code
/* CSS */
color: #f072bc;
background-color: #f072bc;
/* Tailwind (arbitrary) */
class="text-[#f072bc] bg-[#f072bc]"
/* SCSS */
$brand: #f072bc;
/* SwiftUI */
Color(red: 0.941, green: 0.447, blue: 0.737)
/* Android */
Color.parseColor("#f072bc")Accessibility — WCAG contrast
Aa
#f072bc on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f072bc on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.7%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow21.7%
Key (black)5.9%
Color previews
#f072bc text on a black background
contrast 7.84:1
Card sample
#f072bc text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f072bc;
Background color
Panel with #f072bc background
background-color: #f072bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f072bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 114, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 114, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f072bc; background: linear-gradient(135deg, #f072bc, #F07C72);