#f153fd
a light, electric magenta / pink · warm · closest name: magenta
RGB
241, 83, 253
HSL
296°, 98%, 66%
CMYK
5, 67, 0, 1
Luminance
0.3198
Every format
| HEX | #f153fd |
| RGB | rgb(241, 83, 253) |
| HSL | hsl(296, 98%, 66%) |
| CMYK | cmyk(5%, 67%, 0%, 1%) |
| LAB | lab(63.3 80.0 -55.1) |
| LCH | lch(63.3 97.1 325.4) |
| OKLCH | oklch(0.718 0.266 324.9) |
Copy-ready code
/* CSS */
color: #f153fd;
background-color: #f153fd;
/* Tailwind (arbitrary) */
class="text-[#f153fd] bg-[#f153fd]"
/* SCSS */
$brand: #f153fd;
/* SwiftUI */
Color(red: 0.945, green: 0.325, blue: 0.992)
/* Android */
Color.parseColor("#f153fd")Accessibility — WCAG contrast
Aa
#f153fd on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f153fd on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green32.5%
Blue99.2%
CMYK percentages
Cyan4.7%
Magenta67.2%
Yellow0.0%
Key (black)0.8%
Color previews
#f153fd text on a black background
contrast 7.40:1
Card sample
#f153fd text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f153fd;
Background color
Panel with #f153fd background
background-color: #f153fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f153fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 83, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 83, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f153fd; background: linear-gradient(135deg, #f153fd, #FD5398);