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