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