#f765cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 101, 205
HSL
317°, 90%, 68%
CMYK
0, 59, 17, 3
Luminance
0.3349
Every format
| HEX | #f765cd |
| RGB | rgb(247, 101, 205) |
| HSL | hsl(317, 90%, 68%) |
| CMYK | cmyk(0%, 59%, 17%, 3%) |
| LAB | lab(64.6 67.0 -26.3) |
| LCH | lch(64.6 71.9 338.5) |
| OKLCH | oklch(0.722 0.211 340.4) |
Copy-ready code
/* CSS */
color: #f765cd;
background-color: #f765cd;
/* Tailwind (arbitrary) */
class="text-[#f765cd] bg-[#f765cd]"
/* SCSS */
$brand: #f765cd;
/* SwiftUI */
Color(red: 0.969, green: 0.396, blue: 0.804)
/* Android */
Color.parseColor("#f765cd")Accessibility — WCAG contrast
Aa
#f765cd on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f765cd on black: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green39.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow17.0%
Key (black)3.1%
Color previews
#f765cd text on a black background
contrast 7.70:1
Card sample
#f765cd text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f765cd;
Background color
Panel with #f765cd background
background-color: #f765cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f765cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 101, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 101, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f765cd; background: linear-gradient(135deg, #f765cd, #F7656B);