#f694af
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 148, 175
HSL
344°, 85%, 77%
CMYK
0, 40, 29, 4
Luminance
0.4387
Every format
| HEX | #f694af |
| RGB | rgb(246, 148, 175) |
| HSL | hsl(344, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 29%, 4%) |
| LAB | lab(72.1 40.1 1.9) |
| LCH | lch(72.1 40.1 2.6) |
| OKLCH | oklch(0.775 0.121 2.5) |
Copy-ready code
/* CSS */
color: #f694af;
background-color: #f694af;
/* Tailwind (arbitrary) */
class="text-[#f694af] bg-[#f694af]"
/* SCSS */
$brand: #f694af;
/* SwiftUI */
Color(red: 0.965, green: 0.580, blue: 0.686)
/* Android */
Color.parseColor("#f694af")Accessibility — WCAG contrast
Aa
#f694af on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f694af on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow28.9%
Key (black)3.5%
Color previews
#f694af text on a black background
contrast 9.77:1
Card sample
#f694af text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f694af;
Background color
Panel with #f694af background
background-color: #f694af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f694af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 148, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 148, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f694af; background: linear-gradient(135deg, #f694af, #F6BB94);