#f46cef
a light, electric magenta / pink · warm · closest name: violet
RGB
244, 108, 239
HSL
302°, 86%, 69%
CMYK
0, 56, 2, 4
Luminance
0.3619
Every format
| HEX | #f46cef |
| RGB | rgb(244, 108, 239) |
| HSL | hsl(302, 86%, 69%) |
| CMYK | cmyk(0%, 56%, 2%, 4%) |
| LAB | lab(66.7 68.4 -42.0) |
| LCH | lch(66.7 80.3 328.4) |
| OKLCH | oklch(0.741 0.224 329.0) |
Copy-ready code
/* CSS */
color: #f46cef;
background-color: #f46cef;
/* Tailwind (arbitrary) */
class="text-[#f46cef] bg-[#f46cef]"
/* SCSS */
$brand: #f46cef;
/* SwiftUI */
Color(red: 0.957, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#f46cef")Accessibility — WCAG contrast
Aa
#f46cef on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f46cef on black: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green42.4%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta55.7%
Yellow2.0%
Key (black)4.3%
Color previews
#f46cef text on a black background
contrast 8.24:1
Card sample
#f46cef text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f46cef;
Background color
Panel with #f46cef background
background-color: #f46cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f46cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f46cef; background: linear-gradient(135deg, #f46cef, #F46C94);