#f698ab
a light, electric red · warm · closest name: pink
RGB
246, 152, 171
HSL
348°, 84%, 78%
CMYK
0, 38, 31, 4
Luminance
0.4499
Every format
| HEX | #f698ab |
| RGB | rgb(246, 152, 171) |
| HSL | hsl(348, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 31%, 4%) |
| LAB | lab(72.9 37.5 5.1) |
| LCH | lch(72.9 37.8 7.8) |
| OKLCH | oklch(0.781 0.115 7.0) |
Copy-ready code
/* CSS */
color: #f698ab;
background-color: #f698ab;
/* Tailwind (arbitrary) */
class="text-[#f698ab] bg-[#f698ab]"
/* SCSS */
$brand: #f698ab;
/* SwiftUI */
Color(red: 0.965, green: 0.596, blue: 0.671)
/* Android */
Color.parseColor("#f698ab")Accessibility — WCAG contrast
Aa
#f698ab on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f698ab on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.6%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow30.5%
Key (black)3.5%
Color previews
#f698ab text on a black background
contrast 10.00:1
Card sample
#f698ab text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f698ab;
Background color
Panel with #f698ab background
background-color: #f698ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f698ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 152, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 152, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f698ab; background: linear-gradient(135deg, #f698ab, #F6C498);