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