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