#f792ba
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 146, 186
HSL
336°, 86%, 77%
CMYK
0, 41, 25, 3
Luminance
0.4388
Every format
| HEX | #f792ba |
| RGB | rgb(247, 146, 186) |
| HSL | hsl(336, 86%, 77%) |
| CMYK | cmyk(0%, 41%, 25%, 3%) |
| LAB | lab(72.2 42.9 -4.2) |
| LCH | lch(72.2 43.1 354.4) |
| OKLCH | oklch(0.777 0.130 355.3) |
Copy-ready code
/* CSS */
color: #f792ba;
background-color: #f792ba;
/* Tailwind (arbitrary) */
class="text-[#f792ba] bg-[#f792ba]"
/* SCSS */
$brand: #f792ba;
/* SwiftUI */
Color(red: 0.969, green: 0.573, blue: 0.729)
/* Android */
Color.parseColor("#f792ba")Accessibility — WCAG contrast
Aa
#f792ba on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f792ba on black: 9.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green57.3%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow24.7%
Key (black)3.1%
Color previews
#f792ba text on a black background
contrast 9.78:1
Card sample
#f792ba text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f792ba;
Background color
Panel with #f792ba background
background-color: #f792ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f792ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 146, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 146, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f792ba; background: linear-gradient(135deg, #f792ba, #F7AD92);