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