#f303ab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
243, 3, 171
HSL
318°, 98%, 48%
CMYK
0, 99, 30, 5
Luminance
0.2206
Every format
| HEX | #f303ab |
| RGB | rgb(243, 3, 171) |
| HSL | hsl(318, 98%, 48%) |
| CMYK | cmyk(0%, 99%, 30%, 5%) |
| LAB | lab(54.1 85.7 -22.9) |
| LCH | lch(54.1 88.7 345.0) |
| OKLCH | oklch(0.640 0.269 347.0) |
Copy-ready code
/* CSS */
color: #f303ab;
background-color: #f303ab;
/* Tailwind (arbitrary) */
class="text-[#f303ab] bg-[#f303ab]"
/* SCSS */
$brand: #f303ab;
/* SwiftUI */
Color(red: 0.953, green: 0.012, blue: 0.671)
/* Android */
Color.parseColor("#f303ab")Accessibility — WCAG contrast
Aa
#f303ab on white: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f303ab on black: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green1.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow29.6%
Key (black)4.7%
Color previews
#f303ab text on a black background
contrast 5.41:1
Card sample
#f303ab text on a white background
contrast 3.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f303ab;
Background color
Panel with #f303ab background
background-color: #f303ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f303ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 3, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 3, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f303ab; background: linear-gradient(135deg, #f303ab, #F3030B);