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