#f765ba
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 101, 186
HSL
325°, 90%, 68%
CMYK
0, 59, 25, 3
Luminance
0.3263
Every format
| HEX | #f765ba |
| RGB | rgb(247, 101, 186) |
| HSL | hsl(325, 90%, 68%) |
| CMYK | cmyk(0%, 59%, 25%, 3%) |
| LAB | lab(63.9 64.4 -16.6) |
| LCH | lch(63.9 66.5 345.5) |
| OKLCH | oklch(0.715 0.199 347.3) |
Copy-ready code
/* CSS */
color: #f765ba;
background-color: #f765ba;
/* Tailwind (arbitrary) */
class="text-[#f765ba] bg-[#f765ba]"
/* SCSS */
$brand: #f765ba;
/* SwiftUI */
Color(red: 0.969, green: 0.396, blue: 0.729)
/* Android */
Color.parseColor("#f765ba")Accessibility — WCAG contrast
Aa
#f765ba on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f765ba on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green39.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta59.1%
Yellow24.7%
Key (black)3.1%
Color previews
#f765ba text on a black background
contrast 7.53:1
Card sample
#f765ba text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f765ba;
Background color
Panel with #f765ba background
background-color: #f765ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f765ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 101, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 101, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f765ba; background: linear-gradient(135deg, #f765ba, #F77165);