#ff44fc
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
255, 68, 252
HSL
301°, 100%, 63%
CMYK
0, 73, 1, 0
Luminance
0.3242
Every format
| HEX | #ff44fc |
| RGB | rgb(255, 68, 252) |
| HSL | hsl(301, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 1%, 0%) |
| LAB | lab(63.7 87.5 -53.8) |
| LCH | lch(63.7 102.7 328.4) |
| OKLCH | oklch(0.725 0.287 328.8) |
Copy-ready code
/* CSS */
color: #ff44fc;
background-color: #ff44fc;
/* Tailwind (arbitrary) */
class="text-[#ff44fc] bg-[#ff44fc]"
/* SCSS */
$brand: #ff44fc;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.988)
/* Android */
Color.parseColor("#ff44fc")Accessibility — WCAG contrast
Aa
#ff44fc on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff44fc on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue98.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow1.2%
Key (black)0.0%
Color previews
#ff44fc text on a black background
contrast 7.48:1
Card sample
#ff44fc text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff44fc;
Background color
Panel with #ff44fc background
background-color: #ff44fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff44fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff44fc; background: linear-gradient(135deg, #ff44fc, #FF447F);