#f693ba
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 147, 186
HSL
336°, 85%, 77%
CMYK
0, 40, 24, 4
Luminance
0.4401
Every format
| HEX | #f693ba |
| RGB | rgb(246, 147, 186) |
| HSL | hsl(336, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 24%, 4%) |
| LAB | lab(72.2 42.1 -4.1) |
| LCH | lch(72.2 42.3 354.4) |
| OKLCH | oklch(0.777 0.127 355.3) |
Copy-ready code
/* CSS */
color: #f693ba;
background-color: #f693ba;
/* Tailwind (arbitrary) */
class="text-[#f693ba] bg-[#f693ba]"
/* SCSS */
$brand: #f693ba;
/* SwiftUI */
Color(red: 0.965, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#f693ba")Accessibility — WCAG contrast
Aa
#f693ba on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f693ba on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow24.4%
Key (black)3.5%
Color previews
#f693ba text on a black background
contrast 9.80:1
Card sample
#f693ba text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f693ba;
Background color
Panel with #f693ba background
background-color: #f693ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f693ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 147, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 147, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f693ba; background: linear-gradient(135deg, #f693ba, #F6AE93);