#f697fe
a light, electric magenta / pink · warm · closest name: violet
RGB
246, 151, 254
HSL
295°, 98%, 79%
CMYK
3, 41, 0, 0
Luminance
0.4888
Every format
| HEX | #f697fe |
| RGB | rgb(246, 151, 254) |
| HSL | hsl(295, 98%, 79%) |
| CMYK | cmyk(3%, 41%, 0%, 0%) |
| LAB | lab(75.4 51.0 -36.6) |
| LCH | lch(75.4 62.8 324.3) |
| OKLCH | oklch(0.808 0.172 324.2) |
Copy-ready code
/* CSS */
color: #f697fe;
background-color: #f697fe;
/* Tailwind (arbitrary) */
class="text-[#f697fe] bg-[#f697fe]"
/* SCSS */
$brand: #f697fe;
/* SwiftUI */
Color(red: 0.965, green: 0.592, blue: 0.996)
/* Android */
Color.parseColor("#f697fe")Accessibility — WCAG contrast
Aa
#f697fe on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f697fe on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green59.2%
Blue99.6%
CMYK percentages
Cyan3.1%
Magenta40.6%
Yellow0.0%
Key (black)0.4%
Color previews
#f697fe text on a black background
contrast 10.78:1
Card sample
#f697fe text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f697fe;
Background color
Panel with #f697fe background
background-color: #f697fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f697fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 151, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 151, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f697fe; background: linear-gradient(135deg, #f697fe, #FE97C1);