#f635eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
246, 53, 235
HSL
303°, 92%, 59%
CMYK
0, 79, 5, 4
Luminance
0.2814
Every format
| HEX | #f635eb |
| RGB | rgb(246, 53, 235) |
| HSL | hsl(303, 92%, 59%) |
| CMYK | cmyk(0%, 79%, 5%, 4%) |
| LAB | lab(60.0 87.2 -50.3) |
| LCH | lch(60.0 100.6 330.0) |
| OKLCH | oklch(0.693 0.284 330.8) |
Copy-ready code
/* CSS */
color: #f635eb;
background-color: #f635eb;
/* Tailwind (arbitrary) */
class="text-[#f635eb] bg-[#f635eb]"
/* SCSS */
$brand: #f635eb;
/* SwiftUI */
Color(red: 0.965, green: 0.208, blue: 0.922)
/* Android */
Color.parseColor("#f635eb")Accessibility — WCAG contrast
Aa
#f635eb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f635eb on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green20.8%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta78.5%
Yellow4.5%
Key (black)3.5%
Color previews
#f635eb text on a black background
contrast 6.63:1
Card sample
#f635eb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f635eb;
Background color
Panel with #f635eb background
background-color: #f635eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f635eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 53, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 53, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f635eb; background: linear-gradient(135deg, #f635eb, #F6356A);