#f763bc
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 99, 188
HSL
324°, 90%, 68%
CMYK
0, 60, 24, 3
Luminance
0.3233
Every format
| HEX | #f763bc |
| RGB | rgb(247, 99, 188) |
| HSL | hsl(324, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 24%, 3%) |
| LAB | lab(63.6 65.5 -18.1) |
| LCH | lch(63.6 68.0 344.5) |
| OKLCH | oklch(0.713 0.203 346.4) |
Copy-ready code
/* CSS */
color: #f763bc;
background-color: #f763bc;
/* Tailwind (arbitrary) */
class="text-[#f763bc] bg-[#f763bc]"
/* SCSS */
$brand: #f763bc;
/* SwiftUI */
Color(red: 0.969, green: 0.388, blue: 0.737)
/* Android */
Color.parseColor("#f763bc")Accessibility — WCAG contrast
Aa
#f763bc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f763bc on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green38.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta59.9%
Yellow23.9%
Key (black)3.1%
Color previews
#f763bc text on a black background
contrast 7.47:1
Card sample
#f763bc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f763bc;
Background color
Panel with #f763bc background
background-color: #f763bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f763bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 99, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 99, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f763bc; background: linear-gradient(135deg, #f763bc, #F76C63);