#f697cd
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 151, 205
HSL
326°, 84%, 78%
CMYK
0, 39, 17, 4
Luminance
0.4613
Every format
| HEX | #f697cd |
| RGB | rgb(246, 151, 205) |
| HSL | hsl(326, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 17%, 4%) |
| LAB | lab(73.6 42.8 -12.5) |
| LCH | lch(73.6 44.6 343.7) |
| OKLCH | oklch(0.790 0.131 345.4) |
Copy-ready code
/* CSS */
color: #f697cd;
background-color: #f697cd;
/* Tailwind (arbitrary) */
class="text-[#f697cd] bg-[#f697cd]"
/* SCSS */
$brand: #f697cd;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.804)
/* Android */
Color.parseColor("#f697cd")Accessibility — WCAG contrast
Aa
#f697cd on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697cd on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow16.7%
Key (black)3.5%
Color previews
#f697cd text on a black background
contrast 10.23:1
Card sample
#f697cd text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697cd;
Background color
Panel with #f697cd background
background-color: #f697cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697cd; background: linear-gradient(135deg, #f697cd, #F6A097);