#f694ba
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 148, 186
HSL
337°, 85%, 77%
CMYK
0, 40, 24, 4
Luminance
0.4432
Every format
| HEX | #f694ba |
| RGB | rgb(246, 148, 186) |
| HSL | hsl(337, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 24%, 4%) |
| LAB | lab(72.4 41.6 -3.8) |
| LCH | lch(72.4 41.7 354.7) |
| OKLCH | oklch(0.779 0.126 355.7) |
Copy-ready code
/* CSS */
color: #f694ba;
background-color: #f694ba;
/* Tailwind (arbitrary) */
class="text-[#f694ba] bg-[#f694ba]"
/* SCSS */
$brand: #f694ba;
/* SwiftUI */
Color(red: 0.965, green: 0.580, blue: 0.729)
/* Android */
Color.parseColor("#f694ba")Accessibility — WCAG contrast
Aa
#f694ba on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f694ba on black: 9.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow24.4%
Key (black)3.5%
Color previews
#f694ba text on a black background
contrast 9.86:1
Card sample
#f694ba text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f694ba;
Background color
Panel with #f694ba background
background-color: #f694ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f694ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 148, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 148, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f694ba; background: linear-gradient(135deg, #f694ba, #F6AF94);