#f072cb
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 114, 203
HSL
318°, 81%, 69%
CMYK
0, 53, 15, 6
Luminance
0.3487
Every format
| HEX | #f072cb |
| RGB | rgb(240, 114, 203) |
| HSL | hsl(318, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 15%, 6%) |
| LAB | lab(65.7 58.9 -23.6) |
| LCH | lch(65.7 63.5 338.2) |
| OKLCH | oklch(0.728 0.185 340.0) |
Copy-ready code
/* CSS */
color: #f072cb;
background-color: #f072cb;
/* Tailwind (arbitrary) */
class="text-[#f072cb] bg-[#f072cb]"
/* SCSS */
$brand: #f072cb;
/* SwiftUI */
Color(red: 0.941, green: 0.447, blue: 0.796)
/* Android */
Color.parseColor("#f072cb")Accessibility — WCAG contrast
Aa
#f072cb on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f072cb on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.7%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow15.4%
Key (black)5.9%
Color previews
#f072cb text on a black background
contrast 7.97:1
Card sample
#f072cb text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f072cb;
Background color
Panel with #f072cb background
background-color: #f072cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f072cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 114, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 114, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f072cb; background: linear-gradient(135deg, #f072cb, #F07277);