#ff93ba
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 147, 186
HSL
338°, 100%, 79%
CMYK
0, 42, 27, 0
Luminance
0.4567
Every format
| HEX | #ff93ba |
| RGB | rgb(255, 147, 186) |
| HSL | hsl(338, 100%, 79%) |
| CMYK | cmyk(0%, 42%, 27%, 0%) |
| LAB | lab(73.3 45.1 -2.4) |
| LCH | lch(73.3 45.2 357.0) |
| OKLCH | oklch(0.788 0.136 357.6) |
Copy-ready code
/* CSS */
color: #ff93ba;
background-color: #ff93ba;
/* Tailwind (arbitrary) */
class="text-[#ff93ba] bg-[#ff93ba]"
/* SCSS */
$brand: #ff93ba;
/* SwiftUI */
Color(red: 1.000, green: 0.576, blue: 0.729)
/* Android */
Color.parseColor("#ff93ba")Accessibility — WCAG contrast
Aa
#ff93ba on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff93ba on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow27.1%
Key (black)0.0%
Color previews
#ff93ba text on a black background
contrast 10.13:1
Card sample
#ff93ba text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff93ba;
Background color
Panel with #ff93ba background
background-color: #ff93ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff93ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 147, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 147, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff93ba; background: linear-gradient(135deg, #ff93ba, #FFB493);