#f795df
a light, electric magenta / pink · warm · closest name: plum
RGB
247, 149, 223
HSL
315°, 86%, 78%
CMYK
0, 40, 10, 3
Luminance
0.4660
Every format
| HEX | #f795df |
| RGB | rgb(247, 149, 223) |
| HSL | hsl(315, 86%, 78%) |
| CMYK | cmyk(0%, 40%, 10%, 3%) |
| LAB | lab(73.9 47.0 -22.0) |
| LCH | lch(73.9 51.9 334.9) |
| OKLCH | oklch(0.794 0.148 336.5) |
Copy-ready code
/* CSS */
color: #f795df;
background-color: #f795df;
/* Tailwind (arbitrary) */
class="text-[#f795df] bg-[#f795df]"
/* SCSS */
$brand: #f795df;
/* SwiftUI */
Color(red: 0.969, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#f795df")Accessibility — WCAG contrast
Aa
#f795df on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f795df on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green58.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.7%
Yellow9.7%
Key (black)3.1%
Color previews
#f795df text on a black background
contrast 10.32:1
Card sample
#f795df text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f795df;
Background color
Panel with #f795df background
background-color: #f795df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f795df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f795df; background: linear-gradient(135deg, #f795df, #F7959D);