#f770cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 112, 205
HSL
319°, 89%, 70%
CMYK
0, 55, 17, 3
Luminance
0.3577
Every format
| HEX | #f770cd |
| RGB | rgb(247, 112, 205) |
| HSL | hsl(319, 89%, 70%) |
| CMYK | cmyk(0%, 55%, 17%, 3%) |
| LAB | lab(66.3 62.1 -23.6) |
| LCH | lch(66.3 66.5 339.2) |
| OKLCH | oklch(0.735 0.195 341.1) |
Copy-ready code
/* CSS */
color: #f770cd;
background-color: #f770cd;
/* Tailwind (arbitrary) */
class="text-[#f770cd] bg-[#f770cd]"
/* SCSS */
$brand: #f770cd;
/* SwiftUI */
Color(red: 0.969, green: 0.439, blue: 0.804)
/* Android */
Color.parseColor("#f770cd")Accessibility — WCAG contrast
Aa
#f770cd on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f770cd on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green43.9%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow17.0%
Key (black)3.1%
Color previews
#f770cd text on a black background
contrast 8.15:1
Card sample
#f770cd text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f770cd;
Background color
Panel with #f770cd background
background-color: #f770cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f770cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 112, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 112, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f770cd; background: linear-gradient(135deg, #f770cd, #F77073);