#f692cd
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 146, 205
HSL
325°, 85%, 77%
CMYK
0, 41, 17, 4
Luminance
0.4456
Every format
| HEX | #f692cd |
| RGB | rgb(246, 146, 205) |
| HSL | hsl(325, 85%, 77%) |
| CMYK | cmyk(0%, 41%, 17%, 4%) |
| LAB | lab(72.6 45.4 -14.1) |
| LCH | lch(72.6 47.5 342.7) |
| OKLCH | oklch(0.782 0.139 344.5) |
Copy-ready code
/* CSS */
color: #f692cd;
background-color: #f692cd;
/* Tailwind (arbitrary) */
class="text-[#f692cd] bg-[#f692cd]"
/* SCSS */
$brand: #f692cd;
/* SwiftUI */
Color(red: 0.965, green: 0.573, blue: 0.804)
/* Android */
Color.parseColor("#f692cd")Accessibility — WCAG contrast
Aa
#f692cd on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f692cd on black: 9.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.3%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta40.7%
Yellow16.7%
Key (black)3.5%
Color previews
#f692cd text on a black background
contrast 9.91:1
Card sample
#f692cd text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f692cd;
Background color
Panel with #f692cd background
background-color: #f692cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f692cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 146, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 146, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f692cd; background: linear-gradient(135deg, #f692cd, #F69A92);