#ff56cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
255, 86, 207
HSL
317°, 100%, 67%
CMYK
0, 66, 19, 0
Luminance
0.3242
Every format
| HEX | #ff56cf |
| RGB | rgb(255, 86, 207) |
| HSL | hsl(317, 100%, 67%) |
| CMYK | cmyk(0%, 66%, 19%, 0%) |
| LAB | lab(63.7 75.2 -28.7) |
| LCH | lch(63.7 80.5 339.1) |
| OKLCH | oklch(0.718 0.237 341.1) |
Copy-ready code
/* CSS */
color: #ff56cf;
background-color: #ff56cf;
/* Tailwind (arbitrary) */
class="text-[#ff56cf] bg-[#ff56cf]"
/* SCSS */
$brand: #ff56cf;
/* SwiftUI */
Color(red: 1.000, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#ff56cf")Accessibility — WCAG contrast
Aa
#ff56cf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff56cf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green33.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow18.8%
Key (black)0.0%
Color previews
#ff56cf text on a black background
contrast 7.48:1
Card sample
#ff56cf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff56cf;
Background color
Panel with #ff56cf background
background-color: #ff56cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff56cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff56cf; background: linear-gradient(135deg, #ff56cf, #FF565F);