#f074cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 116, 207
HSL
316°, 81%, 70%
CMYK
0, 52, 14, 6
Luminance
0.3552
Every format
| HEX | #f074cf |
| RGB | rgb(240, 116, 207) |
| HSL | hsl(316, 81%, 70%) |
| CMYK | cmyk(0%, 52%, 14%, 6%) |
| LAB | lab(66.2 58.6 -25.1) |
| LCH | lch(66.2 63.7 336.8) |
| OKLCH | oklch(0.732 0.185 338.6) |
Copy-ready code
/* CSS */
color: #f074cf;
background-color: #f074cf;
/* Tailwind (arbitrary) */
class="text-[#f074cf] bg-[#f074cf]"
/* SCSS */
$brand: #f074cf;
/* SwiftUI */
Color(red: 0.941, green: 0.455, blue: 0.812)
/* Android */
Color.parseColor("#f074cf")Accessibility — WCAG contrast
Aa
#f074cf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f074cf on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green45.5%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta51.7%
Yellow13.7%
Key (black)5.9%
Color previews
#f074cf text on a black background
contrast 8.10:1
Card sample
#f074cf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f074cf;
Background color
Panel with #f074cf background
background-color: #f074cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f074cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 116, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 116, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f074cf; background: linear-gradient(135deg, #f074cf, #F0747C);