#f697d4
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 151, 212
HSL
322°, 84%, 78%
CMYK
0, 39, 14, 4
Luminance
0.4648
Every format
| HEX | #f697d4 |
| RGB | rgb(246, 151, 212) |
| HSL | hsl(322, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 14%, 4%) |
| LAB | lab(73.9 43.9 -16.1) |
| LCH | lch(73.9 46.7 339.9) |
| OKLCH | oklch(0.792 0.136 341.7) |
Copy-ready code
/* CSS */
color: #f697d4;
background-color: #f697d4;
/* Tailwind (arbitrary) */
class="text-[#f697d4] bg-[#f697d4]"
/* SCSS */
$brand: #f697d4;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.831)
/* Android */
Color.parseColor("#f697d4")Accessibility — WCAG contrast
Aa
#f697d4 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697d4 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow13.8%
Key (black)3.5%
Color previews
#f697d4 text on a black background
contrast 10.30:1
Card sample
#f697d4 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697d4;
Background color
Panel with #f697d4 background
background-color: #f697d4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697d4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697d4; background: linear-gradient(135deg, #f697d4, #F69997);