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