#f694c1
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 148, 193
HSL
332°, 85%, 77%
CMYK
0, 40, 22, 4
Luminance
0.4462
Every format
| HEX | #f694c1 |
| RGB | rgb(246, 148, 193) |
| HSL | hsl(332, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 22%, 4%) |
| LAB | lab(72.7 42.5 -7.4) |
| LCH | lch(72.7 43.2 350.1) |
| OKLCH | oklch(0.781 0.129 351.5) |
Copy-ready code
/* CSS */
color: #f694c1;
background-color: #f694c1;
/* Tailwind (arbitrary) */
class="text-[#f694c1] bg-[#f694c1]"
/* SCSS */
$brand: #f694c1;
/* SwiftUI */
Color(red: 0.965, green: 0.580, blue: 0.757)
/* Android */
Color.parseColor("#f694c1")Accessibility — WCAG contrast
Aa
#f694c1 on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f694c1 on black: 9.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green58.0%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow21.5%
Key (black)3.5%
Color previews
#f694c1 text on a black background
contrast 9.92:1
Card sample
#f694c1 text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f694c1;
Background color
Panel with #f694c1 background
background-color: #f694c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f694c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 148, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 148, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f694c1; background: linear-gradient(135deg, #f694c1, #F6A894);