#f070cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 112, 207
HSL
316°, 81%, 69%
CMYK
0, 53, 14, 6
Luminance
0.3462
Every format
| HEX | #f070cf |
| RGB | rgb(240, 112, 207) |
| HSL | hsl(316, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 14%, 6%) |
| LAB | lab(65.5 60.4 -26.1) |
| LCH | lch(65.5 65.8 336.6) |
| OKLCH | oklch(0.727 0.191 338.4) |
Copy-ready code
/* CSS */
color: #f070cf;
background-color: #f070cf;
/* Tailwind (arbitrary) */
class="text-[#f070cf] bg-[#f070cf]"
/* SCSS */
$brand: #f070cf;
/* SwiftUI */
Color(red: 0.941, green: 0.439, blue: 0.812)
/* Android */
Color.parseColor("#f070cf")Accessibility — WCAG contrast
Aa
#f070cf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f070cf on black: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow13.7%
Key (black)5.9%
Color previews
#f070cf text on a black background
contrast 7.92:1
Card sample
#f070cf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f070cf;
Background color
Panel with #f070cf background
background-color: #f070cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f070cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 112, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 112, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f070cf; background: linear-gradient(135deg, #f070cf, #F0707A);