#f995cd
a light, electric magenta / pink · warm · closest name: plum
RGB
249, 149, 205
HSL
326°, 89%, 78%
CMYK
0, 40, 18, 2
Luminance
0.4604
Every format
| HEX | #f995cd |
| RGB | rgb(249, 149, 205) |
| HSL | hsl(326, 89%, 78%) |
| CMYK | cmyk(0%, 40%, 18%, 2%) |
| LAB | lab(73.6 44.8 -12.6) |
| LCH | lch(73.6 46.5 344.3) |
| OKLCH | oklch(0.790 0.137 346.0) |
Copy-ready code
/* CSS */
color: #f995cd;
background-color: #f995cd;
/* Tailwind (arbitrary) */
class="text-[#f995cd] bg-[#f995cd]"
/* SCSS */
$brand: #f995cd;
/* SwiftUI */
Color(red: 0.976, green: 0.584, blue: 0.804)
/* Android */
Color.parseColor("#f995cd")Accessibility — WCAG contrast
Aa
#f995cd on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f995cd on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green58.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow17.7%
Key (black)2.4%
Color previews
#f995cd text on a black background
contrast 10.21:1
Card sample
#f995cd text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f995cd;
Background color
Panel with #f995cd background
background-color: #f995cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f995cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 149, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 149, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f995cd; background: linear-gradient(135deg, #f995cd, #F99F95);