#f803f3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
248, 3, 243
HSL
301°, 98%, 49%
CMYK
0, 99, 2, 3
Luminance
0.2649
Every format
| HEX | #f803f3 |
| RGB | rgb(248, 3, 243) |
| HSL | hsl(301, 98%, 49%) |
| CMYK | cmyk(0%, 99%, 2%, 3%) |
| LAB | lab(58.5 95.3 -57.1) |
| LCH | lch(58.5 111.1 329.1) |
| OKLCH | oklch(0.684 0.312 329.5) |
Copy-ready code
/* CSS */
color: #f803f3;
background-color: #f803f3;
/* Tailwind (arbitrary) */
class="text-[#f803f3] bg-[#f803f3]"
/* SCSS */
$brand: #f803f3;
/* SwiftUI */
Color(red: 0.973, green: 0.012, blue: 0.953)
/* Android */
Color.parseColor("#f803f3")Accessibility — WCAG contrast
Aa
#f803f3 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f803f3 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green1.2%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow2.0%
Key (black)2.7%
Color previews
#f803f3 text on a black background
contrast 6.30:1
Card sample
#f803f3 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f803f3;
Background color
Panel with #f803f3 background
background-color: #f803f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f803f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 3, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 3, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f803f3; background: linear-gradient(135deg, #f803f3, #F80350);