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