#f072ad
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 114, 173
HSL
332°, 81%, 69%
CMYK
0, 53, 28, 6
Luminance
0.3358
Every format
| HEX | #f072ad |
| RGB | rgb(240, 114, 173) |
| HSL | hsl(332, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 28%, 6%) |
| LAB | lab(64.6 54.7 -8.2) |
| LCH | lch(64.6 55.3 351.5) |
| OKLCH | oklch(0.717 0.167 352.8) |
Copy-ready code
/* CSS */
color: #f072ad;
background-color: #f072ad;
/* Tailwind (arbitrary) */
class="text-[#f072ad] bg-[#f072ad]"
/* SCSS */
$brand: #f072ad;
/* SwiftUI */
Color(red: 0.941, green: 0.447, blue: 0.678)
/* Android */
Color.parseColor("#f072ad")Accessibility — WCAG contrast
Aa
#f072ad on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f072ad on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow27.9%
Key (black)5.9%
Color previews
#f072ad text on a black background
contrast 7.72:1
Card sample
#f072ad text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f072ad;
Background color
Panel with #f072ad background
background-color: #f072ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f072ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 114, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 114, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f072ad; background: linear-gradient(135deg, #f072ad, #F08B72);