#ff4fba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 79, 186
HSL
324°, 100%, 66%
CMYK
0, 69, 27, 0
Luminance
0.3040
Every format
| HEX | #ff4fba |
| RGB | rgb(255, 79, 186) |
| HSL | hsl(324, 100%, 66%) |
| CMYK | cmyk(0%, 69%, 27%, 0%) |
| LAB | lab(62.0 75.1 -19.3) |
| LCH | lch(62.0 77.5 345.6) |
| OKLCH | oklch(0.703 0.234 347.4) |
Copy-ready code
/* CSS */
color: #ff4fba;
background-color: #ff4fba;
/* Tailwind (arbitrary) */
class="text-[#ff4fba] bg-[#ff4fba]"
/* SCSS */
$brand: #ff4fba;
/* SwiftUI */
Color(red: 1.000, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#ff4fba")Accessibility — WCAG contrast
Aa
#ff4fba on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff4fba on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow27.1%
Key (black)0.0%
Color previews
#ff4fba text on a black background
contrast 7.08:1
Card sample
#ff4fba text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff4fba;
Background color
Panel with #ff4fba background
background-color: #ff4fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff4fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff4fba; background: linear-gradient(135deg, #ff4fba, #FF594F);