#f30dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
243, 13, 251
HSL
298°, 97%, 52%
CMYK
3, 95, 0, 2
Luminance
0.2631
Every format
| HEX | #f30dfb |
| RGB | rgb(243, 13, 251) |
| HSL | hsl(298, 97%, 52%) |
| CMYK | cmyk(3%, 95%, 0%, 2%) |
| LAB | lab(58.3 95.0 -61.9) |
| LCH | lch(58.3 113.4 326.9) |
| OKLCH | oklch(0.683 0.313 326.6) |
Copy-ready code
/* CSS */
color: #f30dfb;
background-color: #f30dfb;
/* Tailwind (arbitrary) */
class="text-[#f30dfb] bg-[#f30dfb]"
/* SCSS */
$brand: #f30dfb;
/* SwiftUI */
Color(red: 0.953, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#f30dfb")Accessibility — WCAG contrast
Aa
#f30dfb on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f30dfb on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green5.1%
Blue98.4%
CMYK percentages
Cyan3.2%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#f30dfb text on a black background
contrast 6.26:1
Card sample
#f30dfb text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f30dfb;
Background color
Panel with #f30dfb background
background-color: #f30dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f30dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f30dfb; background: linear-gradient(135deg, #f30dfb, #FB0D64);