#f697db
a light, electric magenta / pink · warm · closest name: plum
RGB
246, 151, 219
HSL
317°, 84%, 78%
CMYK
0, 39, 11, 4
Luminance
0.4684
Every format
| HEX | #f697db |
| RGB | rgb(246, 151, 219) |
| HSL | hsl(317, 84%, 78%) |
| CMYK | cmyk(0%, 39%, 11%, 4%) |
| LAB | lab(74.1 45.0 -19.6) |
| LCH | lch(74.1 49.0 336.5) |
| OKLCH | oklch(0.794 0.141 338.2) |
Copy-ready code
/* CSS */
color: #f697db;
background-color: #f697db;
/* Tailwind (arbitrary) */
class="text-[#f697db] bg-[#f697db]"
/* SCSS */
$brand: #f697db;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.859)
/* Android */
Color.parseColor("#f697db")Accessibility — WCAG contrast
Aa
#f697db on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697db on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow11.0%
Key (black)3.5%
Color previews
#f697db text on a black background
contrast 10.37:1
Card sample
#f697db text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697db;
Background color
Panel with #f697db background
background-color: #f697db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697db; background: linear-gradient(135deg, #f697db, #F6979B);