#f072db
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 114, 219
HSL
310°, 81%, 69%
CMYK
0, 53, 9, 6
Luminance
0.3567
Every format
| HEX | #f072db |
| RGB | rgb(240, 114, 219) |
| HSL | hsl(310, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 9%, 6%) |
| LAB | lab(66.3 61.4 -31.6) |
| LCH | lch(66.3 69.0 332.8) |
| OKLCH | oklch(0.735 0.197 334.2) |
Copy-ready code
/* CSS */
color: #f072db;
background-color: #f072db;
/* Tailwind (arbitrary) */
class="text-[#f072db] bg-[#f072db]"
/* SCSS */
$brand: #f072db;
/* SwiftUI */
Color(red: 0.941, green: 0.447, blue: 0.859)
/* Android */
Color.parseColor("#f072db")Accessibility — WCAG contrast
Aa
#f072db on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f072db on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green44.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta52.5%
Yellow8.8%
Key (black)5.9%
Color previews
#f072db text on a black background
contrast 8.13:1
Card sample
#f072db text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f072db;
Background color
Panel with #f072db background
background-color: #f072db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f072db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 114, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 114, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f072db; background: linear-gradient(135deg, #f072db, #F07287);