#ff5bcf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 91, 207
HSL
318°, 100%, 68%
CMYK
0, 64, 19, 0
Luminance
0.3325
Every format
| HEX | #ff5bcf |
| RGB | rgb(255, 91, 207) |
| HSL | hsl(318, 100%, 68%) |
| CMYK | cmyk(0%, 64%, 19%, 0%) |
| LAB | lab(64.4 73.4 -27.6) |
| LCH | lch(64.4 78.4 339.4) |
| OKLCH | oklch(0.723 0.231 341.3) |
Copy-ready code
/* CSS */
color: #ff5bcf;
background-color: #ff5bcf;
/* Tailwind (arbitrary) */
class="text-[#ff5bcf] bg-[#ff5bcf]"
/* SCSS */
$brand: #ff5bcf;
/* SwiftUI */
Color(red: 1.000, green: 0.357, blue: 0.812)
/* Android */
Color.parseColor("#ff5bcf")Accessibility — WCAG contrast
Aa
#ff5bcf on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff5bcf on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green35.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta64.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ff5bcf text on a black background
contrast 7.65:1
Card sample
#ff5bcf text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff5bcf;
Background color
Panel with #ff5bcf background
background-color: #ff5bcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff5bcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 91, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 91, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff5bcf; background: linear-gradient(135deg, #ff5bcf, #FF5B61);