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