#f696df
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 150, 223
HSL
314°, 84%, 78%
CMYK
0, 39, 9, 4
Luminance
0.4673
Every format
| HEX | #f696df |
| RGB | rgb(246, 150, 223) |
| HSL | hsl(314, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 9%, 4%) |
| LAB | lab(74.0 46.1 -21.8) |
| LCH | lch(74.0 51.1 334.7) |
| OKLCH | oklch(0.794 0.146 336.3) |
Copy-ready code
/* CSS */
color: #f696df;
background-color: #f696df;
/* Tailwind (arbitrary) */
class="text-[#f696df] bg-[#f696df]"
/* SCSS */
$brand: #f696df;
/* SwiftUI */
Color(red: 0.965, green: 0.588, blue: 0.875)
/* Android */
Color.parseColor("#f696df")Accessibility — WCAG contrast
Aa
#f696df on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f696df on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta39.0%
Yellow9.3%
Key (black)3.5%
Color previews
#f696df text on a black background
contrast 10.35:1
Card sample
#f696df text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f696df;
Background color
Panel with #f696df background
background-color: #f696df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f696df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 150, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 150, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f696df; background: linear-gradient(135deg, #f696df, #F6969F);