#f782cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 130, 205
HSL
322°, 88%, 74%
CMYK
0, 47, 17, 3
Luminance
0.4015
Every format
| HEX | #f782cd |
| RGB | rgb(247, 130, 205) |
| HSL | hsl(322, 88%, 74%) |
| CMYK | cmyk(0%, 47%, 17%, 3%) |
| LAB | lab(69.6 53.7 -18.6) |
| LCH | lch(69.6 56.8 340.8) |
| OKLCH | oklch(0.759 0.167 342.7) |
Copy-ready code
/* CSS */
color: #f782cd;
background-color: #f782cd;
/* Tailwind (arbitrary) */
class="text-[#f782cd] bg-[#f782cd]"
/* SCSS */
$brand: #f782cd;
/* SwiftUI */
Color(red: 0.969, green: 0.510, blue: 0.804)
/* Android */
Color.parseColor("#f782cd")Accessibility — WCAG contrast
Aa
#f782cd on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f782cd on black: 9.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green51.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta47.4%
Yellow17.0%
Key (black)3.1%
Color previews
#f782cd text on a black background
contrast 9.03:1
Card sample
#f782cd text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f782cd;
Background color
Panel with #f782cd background
background-color: #f782cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f782cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 130, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 130, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f782cd; background: linear-gradient(135deg, #f782cd, #F78582);