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