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