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