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