#f800eb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 0, 235
HSL
303°, 100%, 49%
CMYK
0, 100, 5, 3
Luminance
0.2595
Every format
| HEX | #f800eb |
| RGB | rgb(248, 0, 235) |
| HSL | hsl(303, 100%, 49%) |
| CMYK | cmyk(0%, 100%, 5%, 3%) |
| LAB | lab(58.0 94.4 -53.5) |
| LCH | lch(58.0 108.5 330.5) |
| OKLCH | oklch(0.679 0.308 331.3) |
Copy-ready code
/* CSS */
color: #f800eb;
background-color: #f800eb;
/* Tailwind (arbitrary) */
class="text-[#f800eb] bg-[#f800eb]"
/* SCSS */
$brand: #f800eb;
/* SwiftUI */
Color(red: 0.973, green: 0.000, blue: 0.922)
/* Android */
Color.parseColor("#f800eb")Accessibility — WCAG contrast
Aa
#f800eb on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f800eb on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green0.0%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow5.2%
Key (black)2.7%
Color previews
#f800eb text on a black background
contrast 6.19:1
Card sample
#f800eb text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f800eb;
Background color
Panel with #f800eb background
background-color: #f800eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f800eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 0, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 0, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f800eb; background: linear-gradient(135deg, #f800eb, #F80046);