#f95df7
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 93, 247
HSL
301°, 93%, 67%
CMYK
0, 63, 1, 2
Luminance
0.3468
Every format
| HEX | #f95df7 |
| RGB | rgb(249, 93, 247) |
| HSL | hsl(301, 93%, 67%) |
| CMYK | cmyk(0%, 63%, 1%, 2%) |
| LAB | lab(65.5 77.0 -48.2) |
| LCH | lch(65.5 90.9 328.0) |
| OKLCH | oklch(0.736 0.253 328.3) |
Copy-ready code
/* CSS */
color: #f95df7;
background-color: #f95df7;
/* Tailwind (arbitrary) */
class="text-[#f95df7] bg-[#f95df7]"
/* SCSS */
$brand: #f95df7;
/* SwiftUI */
Color(red: 0.976, green: 0.365, blue: 0.969)
/* Android */
Color.parseColor("#f95df7")Accessibility — WCAG contrast
Aa
#f95df7 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f95df7 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green36.5%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta62.7%
Yellow0.8%
Key (black)2.4%
Color previews
#f95df7 text on a black background
contrast 7.94:1
Card sample
#f95df7 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f95df7;
Background color
Panel with #f95df7 background
background-color: #f95df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f95df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 93, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 93, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f95df7; background: linear-gradient(135deg, #f95df7, #F95D8F);