#ff3bab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 59, 171
HSL
326°, 100%, 62%
CMYK
0, 77, 33, 0
Luminance
0.2733
Every format
| HEX | #ff3bab |
| RGB | rgb(255, 59, 171) |
| HSL | hsl(326, 100%, 62%) |
| CMYK | cmyk(0%, 77%, 33%, 0%) |
| LAB | lab(59.3 79.6 -14.8) |
| LCH | lch(59.3 80.9 349.5) |
| OKLCH | oklch(0.682 0.247 351.0) |
Copy-ready code
/* CSS */
color: #ff3bab;
background-color: #ff3bab;
/* Tailwind (arbitrary) */
class="text-[#ff3bab] bg-[#ff3bab]"
/* SCSS */
$brand: #ff3bab;
/* SwiftUI */
Color(red: 1.000, green: 0.231, blue: 0.671)
/* Android */
Color.parseColor("#ff3bab")Accessibility — WCAG contrast
Aa
#ff3bab on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff3bab on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green23.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta76.9%
Yellow32.9%
Key (black)0.0%
Color previews
#ff3bab text on a black background
contrast 6.47:1
Card sample
#ff3bab text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff3bab;
Background color
Panel with #ff3bab background
background-color: #ff3bab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff3bab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 59, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 59, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff3bab; background: linear-gradient(135deg, #ff3bab, #FF4E3B);