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