#f795af
a light, electric magenta / pink · warm · closest name: pink
RGB
247, 149, 175
HSL
344°, 86%, 78%
CMYK
0, 40, 29, 3
Luminance
0.4436
Every format
| HEX | #f795af |
| RGB | rgb(247, 149, 175) |
| HSL | hsl(344, 86%, 78%) |
| CMYK | cmyk(0%, 40%, 29%, 3%) |
| LAB | lab(72.5 39.9 2.3) |
| LCH | lch(72.5 40.0 3.4) |
| OKLCH | oklch(0.778 0.121 3.2) |
Copy-ready code
/* CSS */
color: #f795af;
background-color: #f795af;
/* Tailwind (arbitrary) */
class="text-[#f795af] bg-[#f795af]"
/* SCSS */
$brand: #f795af;
/* SwiftUI */
Color(red: 0.969, green: 0.584, blue: 0.686)
/* Android */
Color.parseColor("#f795af")Accessibility — WCAG contrast
Aa
#f795af on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f795af on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green58.4%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow29.1%
Key (black)3.1%
Color previews
#f795af text on a black background
contrast 9.87:1
Card sample
#f795af text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f795af;
Background color
Panel with #f795af background
background-color: #f795af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f795af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 149, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 149, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f795af; background: linear-gradient(135deg, #f795af, #F7BC95);