#f995df
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 149, 223
HSL
316°, 89%, 78%
CMYK
0, 40, 10, 2
Luminance
0.4696
Every format
| HEX | #f995df |
| RGB | rgb(249, 149, 223) |
| HSL | hsl(316, 89%, 78%) |
| CMYK | cmyk(0%, 40%, 10%, 2%) |
| LAB | lab(74.2 47.6 -21.6) |
| LCH | lch(74.2 52.3 335.6) |
| OKLCH | oklch(0.796 0.150 337.3) |
Copy-ready code
/* CSS */
color: #f995df;
background-color: #f995df;
/* Tailwind (arbitrary) */
class="text-[#f995df] bg-[#f995df]"
/* SCSS */
$brand: #f995df;
/* SwiftUI */
Color(red: 0.976, green: 0.584, blue: 0.875)
/* Android */
Color.parseColor("#f995df")Accessibility — WCAG contrast
Aa
#f995df on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f995df on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow10.4%
Key (black)2.4%
Color previews
#f995df text on a black background
contrast 10.39:1
Card sample
#f995df text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f995df;
Background color
Panel with #f995df background
background-color: #f995df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f995df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 149, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 149, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f995df; background: linear-gradient(135deg, #f995df, #F9959C);