#ff4bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 75, 171
HSL
328°, 100%, 65%
CMYK
0, 71, 33, 0
Luminance
0.2923
Every format
| HEX | #ff4bab |
| RGB | rgb(255, 75, 171) |
| HSL | hsl(328, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 33%, 0%) |
| LAB | lab(61.0 74.7 -12.2) |
| LCH | lch(61.0 75.7 350.7) |
| OKLCH | oklch(0.694 0.231 352.1) |
Copy-ready code
/* CSS */
color: #ff4bab;
background-color: #ff4bab;
/* Tailwind (arbitrary) */
class="text-[#ff4bab] bg-[#ff4bab]"
/* SCSS */
$brand: #ff4bab;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.671)
/* Android */
Color.parseColor("#ff4bab")Accessibility — WCAG contrast
Aa
#ff4bab on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4bab on black: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow32.9%
Key (black)0.0%
Color previews
#ff4bab text on a black background
contrast 6.85:1
Card sample
#ff4bab text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bab;
Background color
Panel with #ff4bab background
background-color: #ff4bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bab; background: linear-gradient(135deg, #ff4bab, #FF634B);