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