#ff2c7b
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
255, 44, 123
HSL
338°, 100%, 59%
CMYK
0, 83, 52, 0
Luminance
0.2449
Every format
| HEX | #ff2c7b |
| RGB | rgb(255, 44, 123) |
| HSL | hsl(338, 100%, 59%) |
| CMYK | cmyk(0%, 83%, 52%, 0%) |
| LAB | lab(56.6 78.9 9.5) |
| LCH | lch(56.6 79.5 6.9) |
| OKLCH | oklch(0.657 0.243 5.8) |
Copy-ready code
/* CSS */
color: #ff2c7b;
background-color: #ff2c7b;
/* Tailwind (arbitrary) */
class="text-[#ff2c7b] bg-[#ff2c7b]"
/* SCSS */
$brand: #ff2c7b;
/* SwiftUI */
Color(red: 1.000, green: 0.173, blue: 0.482)
/* Android */
Color.parseColor("#ff2c7b")Accessibility — WCAG contrast
Aa
#ff2c7b on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff2c7b on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green17.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta82.7%
Yellow51.8%
Key (black)0.0%
Color previews
#ff2c7b text on a black background
contrast 5.90:1
Card sample
#ff2c7b text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff2c7b;
Background color
Panel with #ff2c7b background
background-color: #ff2c7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff2c7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 44, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 44, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff2c7b; background: linear-gradient(135deg, #ff2c7b, #FF692C);