#f696cf
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 150, 207
HSL
324°, 84%, 78%
CMYK
0, 39, 16, 4
Luminance
0.4591
Every format
| HEX | #f696cf |
| RGB | rgb(246, 150, 207) |
| HSL | hsl(324, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 16%, 4%) |
| LAB | lab(73.5 43.6 -13.9) |
| LCH | lch(73.5 45.8 342.4) |
| OKLCH | oklch(0.789 0.134 344.1) |
Copy-ready code
/* CSS */
color: #f696cf;
background-color: #f696cf;
/* Tailwind (arbitrary) */
class="text-[#f696cf] bg-[#f696cf]"
/* SCSS */
$brand: #f696cf;
/* SwiftUI */
Color(red: 0.965, green: 0.588, blue: 0.812)
/* Android */
Color.parseColor("#f696cf")Accessibility — WCAG contrast
Aa
#f696cf on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f696cf on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow15.9%
Key (black)3.5%
Color previews
#f696cf text on a black background
contrast 10.18:1
Card sample
#f696cf text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f696cf;
Background color
Panel with #f696cf background
background-color: #f696cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f696cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 150, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 150, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f696cf; background: linear-gradient(135deg, #f696cf, #F69D96);