#ff4bbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
255, 75, 191
HSL
321°, 100%, 65%
CMYK
0, 71, 25, 0
Luminance
0.3005
Every format
| HEX | #ff4bbf |
| RGB | rgb(255, 75, 191) |
| HSL | hsl(321, 100%, 65%) |
| CMYK | cmyk(0%, 71%, 25%, 0%) |
| LAB | lab(61.7 77.0 -22.6) |
| LCH | lch(61.7 80.3 343.6) |
| OKLCH | oklch(0.702 0.241 345.6) |
Copy-ready code
/* CSS */
color: #ff4bbf;
background-color: #ff4bbf;
/* Tailwind (arbitrary) */
class="text-[#ff4bbf] bg-[#ff4bbf]"
/* SCSS */
$brand: #ff4bbf;
/* SwiftUI */
Color(red: 1.000, green: 0.294, blue: 0.749)
/* Android */
Color.parseColor("#ff4bbf")Accessibility — WCAG contrast
Aa
#ff4bbf on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff4bbf on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green29.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow25.1%
Key (black)0.0%
Color previews
#ff4bbf text on a black background
contrast 7.01:1
Card sample
#ff4bbf text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4bbf;
Background color
Panel with #ff4bbf background
background-color: #ff4bbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4bbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 75, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 75, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4bbf; background: linear-gradient(135deg, #ff4bbf, #FF4F4B);