#ff5dba
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 93, 186
HSL
326°, 100%, 68%
CMYK
0, 64, 27, 0
Luminance
0.3263
Every format
| HEX | #ff5dba |
| RGB | rgb(255, 93, 186) |
| HSL | hsl(326, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 27%, 0%) |
| LAB | lab(63.9 69.9 -16.5) |
| LCH | lch(63.9 71.8 346.7) |
| OKLCH | oklch(0.717 0.216 348.5) |
Copy-ready code
/* CSS */
color: #ff5dba;
background-color: #ff5dba;
/* Tailwind (arbitrary) */
class="text-[#ff5dba] bg-[#ff5dba]"
/* SCSS */
$brand: #ff5dba;
/* SwiftUI */
Color(red: 1.000, green: 0.365, blue: 0.729)
/* Android */
Color.parseColor("#ff5dba")Accessibility — WCAG contrast
Aa
#ff5dba on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5dba on black: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green36.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta63.5%
Yellow27.1%
Key (black)0.0%
Color previews
#ff5dba text on a black background
contrast 7.53:1
Card sample
#ff5dba text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5dba;
Background color
Panel with #ff5dba background
background-color: #ff5dba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5dba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 93, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 93, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5dba; background: linear-gradient(135deg, #ff5dba, #FF6C5D);