#f787cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 135, 207
HSL
321°, 88%, 75%
CMYK
0, 45, 16, 3
Luminance
0.4161
Every format
| HEX | #f787cf |
| RGB | rgb(247, 135, 207) |
| HSL | hsl(321, 88%, 75%) |
| CMYK | cmyk(0%, 45%, 16%, 3%) |
| LAB | lab(70.6 51.5 -18.2) |
| LCH | lch(70.6 54.6 340.5) |
| OKLCH | oklch(0.767 0.160 342.4) |
Copy-ready code
/* CSS */
color: #f787cf;
background-color: #f787cf;
/* Tailwind (arbitrary) */
class="text-[#f787cf] bg-[#f787cf]"
/* SCSS */
$brand: #f787cf;
/* SwiftUI */
Color(red: 0.969, green: 0.529, blue: 0.812)
/* Android */
Color.parseColor("#f787cf")Accessibility — WCAG contrast
Aa
#f787cf on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f787cf on black: 9.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green52.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta45.3%
Yellow16.2%
Key (black)3.1%
Color previews
#f787cf text on a black background
contrast 9.32:1
Card sample
#f787cf text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f787cf;
Background color
Panel with #f787cf background
background-color: #f787cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f787cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 135, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 135, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f787cf; background: linear-gradient(135deg, #f787cf, #F78A87);