#f968fe
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 104, 254
HSL
298°, 99%, 70%
CMYK
2, 59, 0, 0
Luminance
0.3720
Every format
| HEX | #f968fe |
| RGB | rgb(249, 104, 254) |
| HSL | hsl(298, 99%, 70%) |
| CMYK | cmyk(2%, 59%, 0%, 0%) |
| LAB | lab(67.4 73.8 -49.0) |
| LCH | lch(67.4 88.6 326.4) |
| OKLCH | oklch(0.750 0.245 326.3) |
Copy-ready code
/* CSS */
color: #f968fe;
background-color: #f968fe;
/* Tailwind (arbitrary) */
class="text-[#f968fe] bg-[#f968fe]"
/* SCSS */
$brand: #f968fe;
/* SwiftUI */
Color(red: 0.976, green: 0.408, blue: 0.996)
/* Android */
Color.parseColor("#f968fe")Accessibility — WCAG contrast
Aa
#f968fe on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f968fe on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green40.8%
Blue99.6%
CMYK percentages
Cyan2.0%
Magenta59.1%
Yellow0.0%
Key (black)0.4%
Color previews
#f968fe text on a black background
contrast 8.44:1
Card sample
#f968fe text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f968fe;
Background color
Panel with #f968fe background
background-color: #f968fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f968fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 104, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 104, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f968fe; background: linear-gradient(135deg, #f968fe, #FE689F);