#ff44b1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 68, 177
HSL
325°, 100%, 63%
CMYK
0, 73, 31, 0
Luminance
0.2857
Every format
| HEX | #ff44b1 |
| RGB | rgb(255, 68, 177) |
| HSL | hsl(325, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 31%, 0%) |
| LAB | lab(60.4 77.6 -16.6) |
| LCH | lch(60.4 79.4 347.9) |
| OKLCH | oklch(0.691 0.241 349.6) |
Copy-ready code
/* CSS */
color: #ff44b1;
background-color: #ff44b1;
/* Tailwind (arbitrary) */
class="text-[#ff44b1] bg-[#ff44b1]"
/* SCSS */
$brand: #ff44b1;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.694)
/* Android */
Color.parseColor("#ff44b1")Accessibility — WCAG contrast
Aa
#ff44b1 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff44b1 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow30.6%
Key (black)0.0%
Color previews
#ff44b1 text on a black background
contrast 6.71:1
Card sample
#ff44b1 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff44b1;
Background color
Panel with #ff44b1 background
background-color: #ff44b1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff44b1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff44b1; background: linear-gradient(135deg, #ff44b1, #FF5344);