#f772cd
a light, electric magenta / pink · warm · closest name: orchid
RGB
247, 114, 205
HSL
319°, 89%, 71%
CMYK
0, 54, 17, 3
Luminance
0.3622
Every format
| HEX | #f772cd |
| RGB | rgb(247, 114, 205) |
| HSL | hsl(319, 89%, 71%) |
| CMYK | cmyk(0%, 54%, 17%, 3%) |
| LAB | lab(66.7 61.2 -23.0) |
| LCH | lch(66.7 65.4 339.4) |
| OKLCH | oklch(0.738 0.192 341.2) |
Copy-ready code
/* CSS */
color: #f772cd;
background-color: #f772cd;
/* Tailwind (arbitrary) */
class="text-[#f772cd] bg-[#f772cd]"
/* SCSS */
$brand: #f772cd;
/* SwiftUI */
Color(red: 0.969, green: 0.447, blue: 0.804)
/* Android */
Color.parseColor("#f772cd")Accessibility — WCAG contrast
Aa
#f772cd on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f772cd on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green44.7%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta53.8%
Yellow17.0%
Key (black)3.1%
Color previews
#f772cd text on a black background
contrast 8.24:1
Card sample
#f772cd text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f772cd;
Background color
Panel with #f772cd background
background-color: #f772cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f772cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 114, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 114, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f772cd; background: linear-gradient(135deg, #f772cd, #F77274);