#f798cd
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 152, 205
HSL
327°, 86%, 78%
CMYK
0, 39, 17, 3
Luminance
0.4664
Every format
| HEX | #f798cd |
| RGB | rgb(247, 152, 205) |
| HSL | hsl(327, 86%, 78%) |
| CMYK | cmyk(0%, 39%, 17%, 3%) |
| LAB | lab(74.0 42.6 -12.0) |
| LCH | lch(74.0 44.3 344.2) |
| OKLCH | oklch(0.792 0.130 345.9) |
Copy-ready code
/* CSS */
color: #f798cd;
background-color: #f798cd;
/* Tailwind (arbitrary) */
class="text-[#f798cd] bg-[#f798cd]"
/* SCSS */
$brand: #f798cd;
/* SwiftUI */
Color(red: 0.969, green: 0.596, blue: 0.804)
/* Android */
Color.parseColor("#f798cd")Accessibility — WCAG contrast
Aa
#f798cd on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f798cd on black: 10.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green59.6%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.5%
Yellow17.0%
Key (black)3.1%
Color previews
#f798cd text on a black background
contrast 10.33:1
Card sample
#f798cd text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f798cd;
Background color
Panel with #f798cd background
background-color: #f798cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f798cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 152, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 152, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f798cd; background: linear-gradient(135deg, #f798cd, #F7A298);