#f692c9
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 146, 201
HSL
327°, 85%, 77%
CMYK
0, 41, 18, 4
Luminance
0.4437
Every format
| HEX | #f692c9 |
| RGB | rgb(246, 146, 201) |
| HSL | hsl(327, 85%, 77%) |
| CMYK | cmyk(0%, 41%, 18%, 4%) |
| LAB | lab(72.5 44.8 -12.1) |
| LCH | lch(72.5 46.4 344.9) |
| OKLCH | oklch(0.780 0.137 346.6) |
Copy-ready code
/* CSS */
color: #f692c9;
background-color: #f692c9;
/* Tailwind (arbitrary) */
class="text-[#f692c9] bg-[#f692c9]"
/* SCSS */
$brand: #f692c9;
/* SwiftUI */
Color(red: 0.965, green: 0.573, blue: 0.788)
/* Android */
Color.parseColor("#f692c9")Accessibility — WCAG contrast
Aa
#f692c9 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f692c9 on black: 9.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.3%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow18.3%
Key (black)3.5%
Color previews
#f692c9 text on a black background
contrast 9.87:1
Card sample
#f692c9 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f692c9;
Background color
Panel with #f692c9 background
background-color: #f692c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f692c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 146, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 146, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f692c9; background: linear-gradient(135deg, #f692c9, #F69E92);