#f746bd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
247, 70, 189
HSL
320°, 92%, 62%
CMYK
0, 72, 24, 3
Luminance
0.2783
Every format
| HEX | #f746bd |
| RGB | rgb(247, 70, 189) |
| HSL | hsl(320, 92%, 62%) |
| CMYK | cmyk(0%, 72%, 24%, 3%) |
| LAB | lab(59.7 76.5 -24.6) |
| LCH | lch(59.7 80.3 342.2) |
| OKLCH | oklch(0.685 0.240 344.1) |
Copy-ready code
/* CSS */
color: #f746bd;
background-color: #f746bd;
/* Tailwind (arbitrary) */
class="text-[#f746bd] bg-[#f746bd]"
/* SCSS */
$brand: #f746bd;
/* SwiftUI */
Color(red: 0.969, green: 0.275, blue: 0.741)
/* Android */
Color.parseColor("#f746bd")Accessibility — WCAG contrast
Aa
#f746bd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f746bd on black: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green27.5%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta71.7%
Yellow23.5%
Key (black)3.1%
Color previews
#f746bd text on a black background
contrast 6.57:1
Card sample
#f746bd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f746bd;
Background color
Panel with #f746bd background
background-color: #f746bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f746bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 70, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 70, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f746bd; background: linear-gradient(135deg, #f746bd, #F74647);