#f693af
a light, electric magenta / pink · warm · closest name: pink
RGB
246, 147, 175
HSL
343°, 85%, 77%
CMYK
0, 40, 29, 4
Luminance
0.4356
Every format
| HEX | #f693af |
| RGB | rgb(246, 147, 175) |
| HSL | hsl(343, 85%, 77%) |
| CMYK | cmyk(0%, 40%, 29%, 4%) |
| LAB | lab(71.9 40.6 1.5) |
| LCH | lch(71.9 40.6 2.2) |
| OKLCH | oklch(0.774 0.123 2.1) |
Copy-ready code
/* CSS */
color: #f693af;
background-color: #f693af;
/* Tailwind (arbitrary) */
class="text-[#f693af] bg-[#f693af]"
/* SCSS */
$brand: #f693af;
/* SwiftUI */
Color(red: 0.965, green: 0.576, blue: 0.686)
/* Android */
Color.parseColor("#f693af")Accessibility — WCAG contrast
Aa
#f693af on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f693af on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green57.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta40.2%
Yellow28.9%
Key (black)3.5%
Color previews
#f693af text on a black background
contrast 9.71:1
Card sample
#f693af text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f693af;
Background color
Panel with #f693af background
background-color: #f693af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f693af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 147, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 147, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f693af; background: linear-gradient(135deg, #f693af, #F6B993);