#f698af
a light, electric red · warm · closest name: pink
RGB
246, 152, 175
HSL
345°, 84%, 78%
CMYK
0, 38, 29, 4
Luminance
0.4514
Every format
| HEX | #f698af |
| RGB | rgb(246, 152, 175) |
| HSL | hsl(345, 84%, 78%) |
| CMYK | cmyk(0%, 38%, 29%, 4%) |
| LAB | lab(73.0 38.0 3.1) |
| LCH | lch(73.0 38.1 4.6) |
| OKLCH | oklch(0.782 0.115 4.2) |
Copy-ready code
/* CSS */
color: #f698af;
background-color: #f698af;
/* Tailwind (arbitrary) */
class="text-[#f698af] bg-[#f698af]"
/* SCSS */
$brand: #f698af;
/* SwiftUI */
Color(red: 0.965, green: 0.596, blue: 0.686)
/* Android */
Color.parseColor("#f698af")Accessibility — WCAG contrast
Aa
#f698af on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f698af on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta38.2%
Yellow28.9%
Key (black)3.5%
Color previews
#f698af text on a black background
contrast 10.03:1
Card sample
#f698af text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f698af;
Background color
Panel with #f698af background
background-color: #f698af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f698af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 152, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 152, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f698af; background: linear-gradient(135deg, #f698af, #F6C098);