#f070cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 112, 205
HSL
316°, 81%, 69%
CMYK
0, 53, 15, 6
Luminance
0.3452
Every format
| HEX | #f070cd |
| RGB | rgb(240, 112, 205) |
| HSL | hsl(316, 81%, 69%) |
| CMYK | cmyk(0%, 53%, 15%, 6%) |
| LAB | lab(65.4 60.1 -25.1) |
| LCH | lch(65.4 65.2 337.3) |
| OKLCH | oklch(0.726 0.189 339.1) |
Copy-ready code
/* CSS */
color: #f070cd;
background-color: #f070cd;
/* Tailwind (arbitrary) */
class="text-[#f070cd] bg-[#f070cd]"
/* SCSS */
$brand: #f070cd;
/* SwiftUI */
Color(red: 0.941, green: 0.439, blue: 0.804)
/* Android */
Color.parseColor("#f070cd")Accessibility — WCAG contrast
Aa
#f070cd on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f070cd on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green43.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.3%
Yellow14.6%
Key (black)5.9%
Color previews
#f070cd text on a black background
contrast 7.90:1
Card sample
#f070cd text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f070cd;
Background color
Panel with #f070cd background
background-color: #f070cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f070cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 112, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 112, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f070cd; background: linear-gradient(135deg, #f070cd, #F07078);