#f792af
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 146, 175
HSL
343°, 86%, 77%
CMYK
0, 41, 29, 3
Luminance
0.4343
Every format
| HEX | #f792af |
| RGB | rgb(247, 146, 175) |
| HSL | hsl(343, 86%, 77%) |
| CMYK | cmyk(0%, 41%, 29%, 3%) |
| LAB | lab(71.8 41.5 1.4) |
| LCH | lch(71.8 41.5 2.0) |
| OKLCH | oklch(0.773 0.126 2.0) |
Copy-ready code
/* CSS */
color: #f792af;
background-color: #f792af;
/* Tailwind (arbitrary) */
class="text-[#f792af] bg-[#f792af]"
/* SCSS */
$brand: #f792af;
/* SwiftUI */
Color(red: 0.969, green: 0.573, blue: 0.686)
/* Android */
Color.parseColor("#f792af")Accessibility — WCAG contrast
Aa
#f792af on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f792af on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green57.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.9%
Yellow29.1%
Key (black)3.1%
Color previews
#f792af text on a black background
contrast 9.69:1
Card sample
#f792af text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f792af;
Background color
Panel with #f792af background
background-color: #f792af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f792af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 146, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 146, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f792af; background: linear-gradient(135deg, #f792af, #F7B992);