#f764c2
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 100, 194
HSL
322°, 90%, 68%
CMYK
0, 60, 22, 3
Luminance
0.3278
Every format
| HEX | #f764c2 |
| RGB | rgb(247, 100, 194) |
| HSL | hsl(322, 90%, 68%) |
| CMYK | cmyk(0%, 60%, 22%, 3%) |
| LAB | lab(64.0 65.9 -21.0) |
| LCH | lch(64.0 69.1 342.3) |
| OKLCH | oklch(0.717 0.205 344.2) |
Copy-ready code
/* CSS */
color: #f764c2;
background-color: #f764c2;
/* Tailwind (arbitrary) */
class="text-[#f764c2] bg-[#f764c2]"
/* SCSS */
$brand: #f764c2;
/* SwiftUI */
Color(red: 0.969, green: 0.392, blue: 0.761)
/* Android */
Color.parseColor("#f764c2")Accessibility — WCAG contrast
Aa
#f764c2 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f764c2 on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green39.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta59.5%
Yellow21.5%
Key (black)3.1%
Color previews
#f764c2 text on a black background
contrast 7.56:1
Card sample
#f764c2 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f764c2;
Background color
Panel with #f764c2 background
background-color: #f764c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f764c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 100, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 100, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f764c2; background: linear-gradient(135deg, #f764c2, #F76864);