#f697bc
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 151, 188
HSL
337°, 84%, 78%
CMYK
0, 39, 24, 4
Luminance
0.4536
Every format
| HEX | #f697bc |
| RGB | rgb(246, 151, 188) |
| HSL | hsl(337, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 24%, 4%) |
| LAB | lab(73.1 40.3 -3.9) |
| LCH | lch(73.1 40.5 354.5) |
| OKLCH | oklch(0.784 0.121 355.4) |
Copy-ready code
/* CSS */
color: #f697bc;
background-color: #f697bc;
/* Tailwind (arbitrary) */
class="text-[#f697bc] bg-[#f697bc]"
/* SCSS */
$brand: #f697bc;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.737)
/* Android */
Color.parseColor("#f697bc")Accessibility — WCAG contrast
Aa
#f697bc on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697bc on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow23.6%
Key (black)3.5%
Color previews
#f697bc text on a black background
contrast 10.07:1
Card sample
#f697bc text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697bc;
Background color
Panel with #f697bc background
background-color: #f697bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697bc; background: linear-gradient(135deg, #f697bc, #F6B197);