#f697cb
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 151, 203
HSL
327°, 84%, 78%
CMYK
0, 39, 18, 4
Luminance
0.4604
Every format
| HEX | #f697cb |
| RGB | rgb(246, 151, 203) |
| HSL | hsl(327, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 18%, 4%) |
| LAB | lab(73.6 42.5 -11.5) |
| LCH | lch(73.6 44.0 344.8) |
| OKLCH | oklch(0.789 0.130 346.5) |
Copy-ready code
/* CSS */
color: #f697cb;
background-color: #f697cb;
/* Tailwind (arbitrary) */
class="text-[#f697cb] bg-[#f697cb]"
/* SCSS */
$brand: #f697cb;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.796)
/* Android */
Color.parseColor("#f697cb")Accessibility — WCAG contrast
Aa
#f697cb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697cb on black: 10.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow17.5%
Key (black)3.5%
Color previews
#f697cb text on a black background
contrast 10.21:1
Card sample
#f697cb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697cb;
Background color
Panel with #f697cb background
background-color: #f697cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697cb; background: linear-gradient(135deg, #f697cb, #F6A297);