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