#ff44b3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 68, 179
HSL
324°, 100%, 63%
CMYK
0, 73, 30, 0
Luminance
0.2865
Every format
| HEX | #ff44b3 |
| RGB | rgb(255, 68, 179) |
| HSL | hsl(324, 100%, 63%) |
| CMYK | cmyk(0%, 73%, 30%, 0%) |
| LAB | lab(60.5 77.8 -17.6) |
| LCH | lch(60.5 79.8 347.2) |
| OKLCH | oklch(0.691 0.242 349.0) |
Copy-ready code
/* CSS */
color: #ff44b3;
background-color: #ff44b3;
/* Tailwind (arbitrary) */
class="text-[#ff44b3] bg-[#ff44b3]"
/* SCSS */
$brand: #ff44b3;
/* SwiftUI */
Color(red: 1.000, green: 0.267, blue: 0.702)
/* Android */
Color.parseColor("#ff44b3")Accessibility — WCAG contrast
Aa
#ff44b3 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff44b3 on black: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green26.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow29.8%
Key (black)0.0%
Color previews
#ff44b3 text on a black background
contrast 6.73:1
Card sample
#ff44b3 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff44b3;
Background color
Panel with #ff44b3 background
background-color: #ff44b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff44b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 68, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 68, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff44b3; background: linear-gradient(135deg, #ff44b3, #FF5244);