#f697af
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 151, 175
HSL
345°, 84%, 78%
CMYK
0, 39, 29, 4
Luminance
0.4482
Every format
| HEX | #f697af |
| RGB | rgb(246, 151, 175) |
| HSL | hsl(345, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 29%, 4%) |
| LAB | lab(72.8 38.5 2.8) |
| LCH | lch(72.8 38.6 4.1) |
| OKLCH | oklch(0.780 0.117 3.8) |
Copy-ready code
/* CSS */
color: #f697af;
background-color: #f697af;
/* Tailwind (arbitrary) */
class="text-[#f697af] bg-[#f697af]"
/* SCSS */
$brand: #f697af;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.686)
/* Android */
Color.parseColor("#f697af")Accessibility — WCAG contrast
Aa
#f697af on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697af on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow28.9%
Key (black)3.5%
Color previews
#f697af text on a black background
contrast 9.96:1
Card sample
#f697af text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697af;
Background color
Panel with #f697af background
background-color: #f697af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697af; background: linear-gradient(135deg, #f697af, #F6BE97);