#f133df
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
241, 51, 223
HSL
306°, 87%, 57%
CMYK
0, 79, 8, 6
Luminance
0.2640
Every format
| HEX | #f133df |
| RGB | rgb(241, 51, 223) |
| HSL | hsl(306, 87%, 57%) |
| CMYK | cmyk(0%, 79%, 8%, 6%) |
| LAB | lab(58.4 85.0 -46.1) |
| LCH | lch(58.4 96.7 331.5) |
| OKLCH | oklch(0.678 0.276 332.6) |
Copy-ready code
/* CSS */
color: #f133df;
background-color: #f133df;
/* Tailwind (arbitrary) */
class="text-[#f133df] bg-[#f133df]"
/* SCSS */
$brand: #f133df;
/* SwiftUI */
Color(red: 0.945, green: 0.200, blue: 0.875)
/* Android */
Color.parseColor("#f133df")Accessibility — WCAG contrast
Aa
#f133df on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f133df on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green20.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta78.8%
Yellow7.5%
Key (black)5.5%
Color previews
#f133df text on a black background
contrast 6.28:1
Card sample
#f133df text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f133df;
Background color
Panel with #f133df background
background-color: #f133df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f133df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 51, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 51, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f133df; background: linear-gradient(135deg, #f133df, #F13360);