#f697fc
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 151, 252
HSL
296°, 94%, 79%
CMYK
2, 40, 0, 1
Luminance
0.4875
Every format
| HEX | #f697fc |
| RGB | rgb(246, 151, 252) |
| HSL | hsl(296, 94%, 79%) |
| CMYK | cmyk(2%, 40%, 0%, 1%) |
| LAB | lab(75.3 50.7 -35.7) |
| LCH | lch(75.3 62.0 324.9) |
| OKLCH | oklch(0.808 0.170 324.9) |
Copy-ready code
/* CSS */
color: #f697fc;
background-color: #f697fc;
/* Tailwind (arbitrary) */
class="text-[#f697fc] bg-[#f697fc]"
/* SCSS */
$brand: #f697fc;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.988)
/* Android */
Color.parseColor("#f697fc")Accessibility — WCAG contrast
Aa
#f697fc on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697fc on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue98.8%
CMYK percentages
Cyan2.4%
Magenta40.1%
Yellow0.0%
Key (black)1.2%
Color previews
#f697fc text on a black background
contrast 10.75:1
Card sample
#f697fc text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697fc;
Background color
Panel with #f697fc background
background-color: #f697fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697fc; background: linear-gradient(135deg, #f697fc, #FC97BF);