#f756cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 86, 205
HSL
316°, 91%, 65%
CMYK
0, 65, 17, 3
Luminance
0.3084
Every format
| HEX | #f756cd |
| RGB | rgb(247, 86, 205) |
| HSL | hsl(316, 91%, 65%) |
| CMYK | cmyk(0%, 65%, 17%, 3%) |
| LAB | lab(62.4 73.0 -29.7) |
| LCH | lch(62.4 78.8 337.9) |
| OKLCH | oklch(0.706 0.231 339.7) |
Copy-ready code
/* CSS */
color: #f756cd;
background-color: #f756cd;
/* Tailwind (arbitrary) */
class="text-[#f756cd] bg-[#f756cd]"
/* SCSS */
$brand: #f756cd;
/* SwiftUI */
Color(red: 0.969, green: 0.337, blue: 0.804)
/* Android */
Color.parseColor("#f756cd")Accessibility — WCAG contrast
Aa
#f756cd on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f756cd on black: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green33.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow17.0%
Key (black)3.1%
Color previews
#f756cd text on a black background
contrast 7.17:1
Card sample
#f756cd text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f756cd;
Background color
Panel with #f756cd background
background-color: #f756cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f756cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 86, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 86, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f756cd; background: linear-gradient(135deg, #f756cd, #F75662);