#f796cf
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 150, 207
HSL
325°, 86%, 78%
CMYK
0, 39, 16, 3
Luminance
0.4609
Every format
| HEX | #f796cf |
| RGB | rgb(247, 150, 207) |
| HSL | hsl(325, 86%, 78%) |
| CMYK | cmyk(0%, 39%, 16%, 3%) |
| LAB | lab(73.6 43.9 -13.7) |
| LCH | lch(73.6 46.0 342.7) |
| OKLCH | oklch(0.790 0.135 344.5) |
Copy-ready code
/* CSS */
color: #f796cf;
background-color: #f796cf;
/* Tailwind (arbitrary) */
class="text-[#f796cf] bg-[#f796cf]"
/* SCSS */
$brand: #f796cf;
/* SwiftUI */
Color(red: 0.969, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#f796cf")Accessibility — WCAG contrast
Aa
#f796cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f796cf on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green58.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow16.2%
Key (black)3.1%
Color previews
#f796cf text on a black background
contrast 10.22:1
Card sample
#f796cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f796cf;
Background color
Panel with #f796cf background
background-color: #f796cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f796cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f796cf; background: linear-gradient(135deg, #f796cf, #F79D96);