#f96cef
a light, electric magenta / pink · warm · closest name: violet
RGB
249, 108, 239
HSL
304°, 92%, 70%
CMYK
0, 57, 4, 2
Luminance
0.3710
Every format
| HEX | #f96cef |
| RGB | rgb(249, 108, 239) |
| HSL | hsl(304, 92%, 70%) |
| CMYK | cmyk(0%, 57%, 4%, 2%) |
| LAB | lab(67.3 69.7 -40.9) |
| LCH | lch(67.3 80.8 329.6) |
| OKLCH | oklch(0.748 0.227 330.4) |
Copy-ready code
/* CSS */
color: #f96cef;
background-color: #f96cef;
/* Tailwind (arbitrary) */
class="text-[#f96cef] bg-[#f96cef]"
/* SCSS */
$brand: #f96cef;
/* SwiftUI */
Color(red: 0.976, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#f96cef")Accessibility — WCAG contrast
Aa
#f96cef on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f96cef on black: 8.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green42.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta56.6%
Yellow4.0%
Key (black)2.4%
Color previews
#f96cef text on a black background
contrast 8.42:1
Card sample
#f96cef text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f96cef;
Background color
Panel with #f96cef background
background-color: #f96cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f96cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f96cef; background: linear-gradient(135deg, #f96cef, #F96C91);